public class Postman extends Object
| Constructor and Description |
|---|
Postman() |
Postman(String host,
int port) |
Postman(String host,
int port,
Authentication authentication) |
Postman(String host,
int port,
Authentication authentication,
boolean secure) |
Postman(String host,
int port,
boolean secure) |
| Modifier and Type | Method and Description |
|---|---|
void |
send(Mail mail) |
void |
send(Mail mail,
HashMap<String,Object> interpolationMap) |
public Postman()
public Postman(String host, int port)
public Postman(String host, int port, Authentication authentication)
public Postman(String host, int port, boolean secure)
public Postman(String host, int port, Authentication authentication, boolean secure)
public void send(Mail mail) throws MailDeliveryException
MailDeliveryExceptionpublic void send(Mail mail, HashMap<String,Object> interpolationMap) throws MailDeliveryException
MailDeliveryExceptionCopyright © 2019. All rights reserved.