Advice #1857
Unanswered
radiganmcse
asked this question in
Q&A
Advice
#1857
Replies: 1 comment 2 replies
-
As long as the emails created by the apps/printers a valid (or even if they are not completely valid, but close enough) and those messages can be read from an IMAP or POP3 server, then yes, MailKit will be able to receive those messages.
No, MailKit cannot connect to Graph. But you could use the Microsoft.Graph NuGet package to forward the emails to the Graph API.
MailKit isn't a mail relay - but you could use MailKit to write a relay program. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone
I'm looking at decommissioning an on-prem Microsoft Exchange server and need a tool to send emails from some legacy apps to Microsoft Graph API. This includes printers, SQL database mail, and some custom proprietary software (we can rewrite to use Microsoft Graph API but later).
Can Mailkit receive emails from apps/printers, connect to Graph API, and forward the messages? AKA is installed on a server and acts kind of like a mail relay.
Beta Was this translation helpful? Give feedback.
All reactions