| Modifier and Type | Method and Description |
|---|---|
Mail |
Mail.addBcc(javax.mail.internet.InternetAddress bcc) |
Mail |
Mail.addBcc(String bcc) |
Mail |
Mail.addCc(javax.mail.internet.InternetAddress cc) |
Mail |
Mail.addCc(String cc) |
Mail |
Mail.from(javax.mail.internet.InternetAddress from) |
Mail |
Mail.from(String from) |
Mail |
Mail.to(javax.mail.internet.InternetAddress to) |
Mail |
Mail.to(String to) |
Mail |
Mail.withHtml(String html) |
Mail |
Mail.withSubject(String subject) |
Mail |
Mail.withText(String txt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Mailer.send(Mail mail) |
Copyright © 2015. All rights reserved.