|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailSending | |
|---|---|
| org.silverpeas.mail | |
| Uses of MailSending in org.silverpeas.mail |
|---|
| Methods in org.silverpeas.mail that return MailSending | |
|---|---|
static MailSending |
MailSending.from(MailAddress senderEmail)
Gets a new instance of MailSending by specifying the email of the sender. |
MailSending |
MailSending.setReplyToRequired()
Indicates that the reply to field of the mail must be set. |
MailSending |
MailSending.to(MailAddress receiverMailAddress)
Permits to specify the receiver of the mail. |
MailSending |
MailSending.to(ReceiverMailAddressSet receiverMailAddressSet)
Permits to specify the receiver of the mail. |
MailSending |
MailSending.withContent(MailContent content)
Permits to specify the content as MailContent of the mail. |
MailSending |
MailSending.withContent(javax.mail.Multipart content)
Permits to specify the content as Multipart of the mail. |
MailSending |
MailSending.withContent(String content)
Permits to specify the HTML content as String of the mail. |
MailSending |
MailSending.withSubject(String subject)
Permits to specify the subject of the mail. |
MailSending |
MailSending.withTextContent(String content)
Permits to specify the text content as String of the mail. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||