Email |
Email.attachment(SerialisableAttachment att) |
Adds the designated attachment to this mail.
|
Email |
Email.attachment(String fileName,
UDTValue attData,
boolean embed) |
Adds the content of the designated UDT value as attachment to this mail.
|
Email |
Email.attachment(String fileName,
String contentType,
byte[] attData,
boolean embed) |
Adds the designated content as attachment to this mail.
|
Email |
Email.attachment(String fileName,
String contentType,
UDTValue attData,
boolean embed) |
Adds the content of the designated UDT value as attachment to this mail.
|
Email |
Email.attachment(String fileName,
String contentType,
URI attSource,
boolean embed) |
Adds the content of the designated URI as attachment to this mail.
|
Email |
Email.attachment(String fileName,
String contentType,
URL attSource,
boolean embed) |
Adds the content of the designated URL as attachment to this mail.
|
Email |
Email.attachment(String fileName,
String contentType,
javax.activation.DataSource attSource,
boolean embed) |
Adds the designated attachment to this mail.
|
Email |
Email.attachment(URI attSource,
boolean embed) |
Adds the content of the designated URI as attachment to this mail.
|
Email |
Email.attachment(URL attSource,
boolean embed) |
Adds the content of the designated URL as attachment to this mail.
|
Email |
Email.attachment(javax.activation.DataSource attSource,
boolean embed) |
Adds the designated attachment to this mail.
|
Email |
Email.bcc(String address) |
Sets an address to which to send a copy of the mail unaware of the other recipients.
|
Email |
Email.bcc(String name,
String address) |
Sets an address to which to send a copy of the mail unaware of the other recipients.
|
Email |
Email.bounceTo(String address) |
Sets the address to which to send problems that occur on the way of the mail to its recipient.
|
Email |
Email.bounceTo(String name,
String address) |
Sets the address to which to send problems that occur on the way of the mail to its recipient.
|
Email |
Email.cc(String address) |
Sets an address to which to send a copy of the mail.
|
Email |
Email.cc(String name,
String address) |
Sets an address to which to send a copy of the mail.
|
Email |
Email.clearAttachments() |
Removes all attachments from this mail.
|
Email |
Email.clearBcc() |
Removes all addresses to which to send copies of the mail unaware of the other recipients.
|
Email |
Email.clearBounceTo() |
Removes the address to which to send problems that occur on the way of the mail to its
recipient.
|
Email |
Email.clearCc() |
Removes all addresses to which to send copies of the mail.
|
Email |
Email.clearFrom() |
Removes the address of the sender.
|
Email |
Email.clearHeaders() |
Removes all additional headers from this mail.
|
Email |
Email.clearPriority() |
Removes the priority.
|
Email |
Email.clearReplyTo() |
Removes the address to which to reply to.
|
Email |
Email.clearTo() |
Removes all addresses to which to send the mail.
|
Email |
Email.from(String address) |
Sets the address of the sender.
|
Email |
Email.from(String name,
String address) |
Sets the address and the name of the sender.
|
Email |
EmailResult.getMail() |
|
Email |
Email.header(String name,
String value) |
Adds the designated key-value-pair as additional header of this mail.
|
Email |
Email.html(String htm) |
Sets the content of the mail as HTML formatted text.
|
Email |
Email.priority(int intPrio) |
Sets the priority.
|
Email |
Email.priority(EmailPriority prio) |
Sets the priority.
|
Email |
Email.priority(String strPrio) |
Sets the priority.
|
Email |
Email.replyTo(String address) |
Sets the address to which to reply to (in case this differs from the sender).
|
Email |
Email.replyTo(String name,
String address) |
The address to which to reply to (in case this differs from the sender).
|
Email |
Email.subject(String subj) |
Sets the subject of the mail.
|
Email |
Email.text(String txt) |
Sets the text content of the mail, i. e. the text mail body.
|
Email |
Email.to(String address) |
Sets an address to which to send the mail.
|
Email |
Email.to(String name,
String address) |
Sets an address to which to send the mail.
|