| Package | Description |
|---|---|
| org.simplejavamail.email |
| Modifier and Type | Method and Description |
|---|---|
Recipient |
EmailBuilder.getDispositionNotificationTo() |
Recipient |
Email.getDispositionNotificationTo()
Bean getter for
Email.dispositionNotificationTo. |
Recipient |
EmailBuilder.getFromRecipient() |
Recipient |
Email.getFromRecipient()
Bean getter for
Email.fromRecipient. |
Recipient |
EmailBuilder.getReplyToRecipient() |
Recipient |
Email.getReplyToRecipient()
Bean getter for
Email.replyToRecipient. |
Recipient |
EmailBuilder.getReturnReceiptTo() |
Recipient |
Email.getReturnReceiptTo()
Bean getter for
Email.returnReceiptTo. |
| Modifier and Type | Method and Description |
|---|---|
List<Recipient> |
EmailBuilder.getRecipients() |
List<Recipient> |
Email.getRecipients()
Bean getter for
Email.recipients as unmodifiable list. |
| Modifier and Type | Method and Description |
|---|---|
void |
Email.addRecipients(Recipient... recipientsToAdd)
Adds all given
Recipient instances to the list (as copies) on account of name, address and recipient type (eg. |
EmailBuilder |
EmailBuilder.bcc(Recipient... recipientsToAdd)
Adds new
Recipient instances to the list on account of name, address with recipient type Message.RecipientType#BCC. |
EmailBuilder |
EmailBuilder.cc(Recipient... recipientsToAdd)
Adds new
Recipient instances to the list on account of name, address with recipient type Message.RecipientType#CC. |
EmailBuilder |
EmailBuilder.from(Recipient recipient)
Sets the sender address
EmailBuilder.fromRecipient with preconfigured Recipient. |
EmailBuilder |
EmailBuilder.replyTo(Recipient recipient)
Sets
EmailBuilder.replyToRecipient (optional) with preconfigured Recipient. |
void |
Email.setDispositionNotificationTo(Recipient dispositionNotificationTo)
Bean setter for
Email.dispositionNotificationTo. |
void |
Email.setFromAddress(Recipient recipient)
Sets the sender address from a preconfigured
Recipient object.. |
void |
Email.setReplyToAddress(Recipient recipient)
Sets the reply-to address from a preconfigured
Recipient object.. |
void |
Email.setReturnReceiptTo(Recipient returnReceiptTo)
Bean setter for
Email.returnReceiptTo. |
EmailBuilder |
EmailBuilder.to(Recipient... recipientsToAdd)
Adds new
Recipient instances to the list on account of name, address with recipient type Message.RecipientType#TO. |
EmailBuilder |
EmailBuilder.withDispositionNotificationTo(Recipient recipient)
Indicates that we want to use the NPM flag
EmailBuilder.dispositionNotificationTo with the given preconfigred Recipient. |
EmailBuilder |
EmailBuilder.withReturnReceiptTo(Recipient recipient)
Indicates that we want to use the NPM flag
EmailBuilder.returnReceiptTo with the preconfigured Recipient. |
Copyright © 2017. All rights reserved.