| Package | Description |
|---|---|
| to.etc.smtp |
| Modifier and Type | Method and Description |
|---|---|
Address |
Message.getFrom() |
Address |
Message.getReplyTo() |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Message.getBcc() |
List<Address> |
Message.getCc() |
List<Address> |
Message.getTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.addBcc(Address a) |
void |
Message.addCc(Address a) |
void |
Message.addTo(Address a) |
void |
MailBuilder.send(SmtpTransport t,
Address from,
Address to) |
void |
MailBuilder.send(SmtpTransport t,
Address from,
List<Address> dest) |
void |
Message.setFrom(Address from) |
void |
SmtpTransport.setFrom(Address a) |
void |
Message.setReplyTo(Address replyTo) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailBuilder.send(SmtpTransport t,
Address from,
List<Address> dest) |
void |
Message.setBcc(List<Address> bcc) |
void |
Message.setCc(List<Address> cc) |
void |
Message.setTo(List<Address> to) |
Copyright © 2017 etc.to. All rights reserved.