crossvertise / ActionMailerNext

Fork of ActionMailer.Net, A easy to use library to generate emails with razor views
MIT License
42 stars 24 forks source link

Exchange Web API sending #34

Open Eclipse-Computing opened 7 years ago

Eclipse-Computing commented 7 years ago

One of the biggest drawbacks of using traditional SMTP is that outgoing eMail does not get copied to the Sent Items folder of an IMAP account. However, when using Exchange, it has a Web API that can do exactly this. Essentially, the Web API allows you to send an eMail from a site as if you were using a standard eMail client, such that any eMail you send gets copied to the Sent Items folder.

Are there any plans to allow ActionMailerNext to be configured in such a manner?