- http://www.oracle.com/technetwork/java/javamail/index.htmlhttp://www.oracle.com/…./index.html
- https://java.net/projects/javamail/pages/Home
- http://www.guj.com.br/java/87637-api-java-mail—usando-o-gmaillhttp://www.guj.com.br/….
- https://javamail.java.net/docs/CHANGES.txt
Propriedades para envio pelo GMail - Testadas por Vitor Oliveira 2013-09
Properties props = new Properties();
props.put("mail.smtp.host", "smtp.gmail.com");
props.put("mail.smtp.starttls.enable", "true");
props.put("mail.smtp.auth", "true");
props.put("mail.smtp.port", "587");
props.put("mail.smtp.ssl.trust", "smtp.gmail.com");
// configurar também a autenticação