How do I send mail from an applet?
Created May 4, 2012
John Zukowski There are many different ways:
- You can speak SMTP directly
- You can use the non-standard sun.net.smtp.SmtpClient class
- You can use the JavaMail API
See also http://java.sun.com/products/javamail/FAQ.html#applets in the Sun JavaMail FAQ.