July 29, 2011

Sending mail to an SMTP server with authentication using JavaMail

Category: Labs, hansengel at 11:14 pm

Many SMTP servers use anĀ authentication system as an extra layer of security in their mail transport. If you need to send email to such a server with JavaMail, the library provides a convenient abstraction of the process. (more…)