How to send programmatically an email from another mail client than outlook or outlook express? -


From within your application, you can send an email using MAPI functions ("MAPIS & Mail"). But if another mail client like "Thunderbird" or "David Infoscenter" is installed, then the MAPI function is not used because "Outlook" or "Outlook Express" is not a standard email client.

Use of shell functions is not satisfactory to execute "Mailto:" because all email clients do not support command line parameters for mail attachments or mail bodies.

What can I do to get my desired result?

Which platform?

If you have a look at the SmtpClient class on .NET. / P>


Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -