Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send mail on windows (other than MAPI)

When viewing the MSDN MAPI documentation page it says the API is now deprecated. If that's the case, what is the suggested API for sending mail these days?

http://msdn.microsoft.com/en-us/library/dd296734.aspx

Edit: Thanks for all the suggestions, the managed route isn't suitable for me as we're using MFC.

like image 807
Mark Ingram Avatar asked Jan 28 '09 15:01

Mark Ingram


1 Answers

If you want to open the message in the user's default MUA, SMAPI is your best choice. If you want to send a message without user input, then the above suggestions are best.

like image 150
Cain T. S. Random Avatar answered Oct 06 '22 20:10

Cain T. S. Random