How can I send emails direct from my application without relying on a local SMTP server?
I want to be able to quickly and easily sent email from my application, directly to the receipient's mail host. I.e. I want to use DNS to lookup the client's primary mail server and talk to it directly using the SMTP protocol.
My message needs to incorporate the correct MIME encoding for both plain text and HTML formatted content in order to allow the client to see either according to their preference.
Submit a new solution to this problem >