does anybody have a code snippet that shows how to send mail to an authenticated smtp server over ssl? i can get ssl, i can get smtp, but i can't get both..<BR><BR>why is this api such a nightmare?
I currently am writing an upgrade to one of our programs here at work that will actually e-mail out files to our customers automatically. The problem is, some of our files are larger than 1 megabyte, ...
In JavaMail you’ll find APIs and provider implementations allowing you to develop fully functional email client applications. “Email client applications” invokes thoughts of Microsoft Outlook; and, ...