| Package | Description |
|---|---|
| com.sendgrid.helpers.mail | |
| com.sendgrid.helpers.mail.objects |
| Modifier and Type | Field and Description |
|---|---|
Email |
Mail.from
The email's from field.
|
Email |
Mail.replyTo
The email's reply to address.
|
| Modifier and Type | Method and Description |
|---|---|
Email |
Mail.getFrom()
Get the email's from address.
|
Email |
Mail.getReplyto()
Get the email's reply to address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mail.setFrom(Email from)
Set the email's from address.
|
void |
Mail.setReplyTo(Email replyTo)
Set the email's reply to address.
|
| Constructor and Description |
|---|
Mail(Email from,
String subject,
Email to,
Content content)
Construct a new Mail object.
|
| Modifier and Type | Method and Description |
|---|---|
Email |
Personalization.getFrom() |
| Modifier and Type | Method and Description |
|---|---|
List<Email> |
Personalization.getBccs() |
List<Email> |
Personalization.getCcs() |
List<Email> |
Personalization.getTos() |
| Modifier and Type | Method and Description |
|---|---|
void |
Personalization.addBcc(Email email) |
void |
Personalization.addCc(Email email) |
void |
Personalization.addTo(Email email) |
void |
Personalization.setFrom(Email email) |
Copyright © 2024. All rights reserved.