| Modifier and Type | Class and Description |
|---|---|
class |
HtmlEmail
An HTML multipart email.
|
class |
MultiPartEmail
A multipart email.
|
class |
SimpleEmail
This class is used to send simple internet email messages without
attachments.
|
| Modifier and Type | Method and Description |
|---|---|
Email |
Email.addBcc(String email)
Add a blind BCC recipient to the email.
|
Email |
Email.addBcc(String email,
String name)
Add a blind BCC recipient to the email.
|
Email |
Email.addCc(String email)
Add a recipient CC to the email.
|
Email |
Email.addCc(String email,
String name)
Add a recipient CC to the email.
|
Email |
MultiPartEmail.addPart(javax.mail.internet.MimeMultipart multipart)
Add a new part to the email.
|
Email |
MultiPartEmail.addPart(String content,
String contentType)
Add a new part to the email.
|
Email |
Email.addReplyTo(String email)
Add a reply to address to the email.
|
Email |
Email.addReplyTo(String email,
String name)
Add a reply to address to the email.
|
Email |
Email.addTo(String email)
Add a recipient TO to the email.
|
Email |
Email.addTo(String email,
String name)
Add a recipient TO to the email.
|
Email |
Email.setBcc(Collection aCollection)
Set a list of "BCC" addresses
|
Email |
Email.setBounceAddress(String email)
Set the "bounce address" - the address to which undeliverable messages
will be returned.
|
Email |
Email.setCc(Collection aCollection)
Set a list of "CC" addresses
|
Email |
Email.setFrom(String email)
Set the FROM field of the email.
|
Email |
Email.setFrom(String email,
String name)
Set the FROM field of the email.
|
Email |
HtmlEmail.setMsg(String msg)
Set the message.
|
abstract Email |
Email.setMsg(String msg)
Define the content of the mail.
|
Email |
SimpleEmail.setMsg(String msg)
Set the content of the mail
|
Email |
MultiPartEmail.setMsg(String msg)
Set the message of the email.
|
Email |
Email.setSubject(String aSubject)
Set the email subject.
|
Email |
Email.setTo(Collection aCollection)
Set a list of "TO" addresses
|
Copyright © 2018 B3Partners B.V.. All rights reserved.