andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 168 forks source link

Sending email from Outlook #141

Open Yanayaya opened 8 years ago

Yanayaya commented 8 years ago

Hi there,

I'm really impressed with postal and I'm using it in my current application, I have a question.

Is it possible to create the mail message but then have it send it to outlook so the user can add attachments or specify mailing lists and then send it out? This would also help with keeping a record of their sent messages via their outbox.

andrewdavey commented 8 years ago

Perhaps look at http://aboutcode.net/postal/create-mail-message.html

And then do something like: http://stackoverflow.com/questions/1264672/how-to-save-mailmessage-object-to-disk-as-eml-or-msg-file

You can then open the .eml file in Outlook.