public class AutomatedMailerClient extends Object
| Constructor and Description |
|---|
AutomatedMailerClient()
Instantiates a new automated mail sender client.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
The main method.
|
void |
sendMail(String from,
String to,
String cc,
String bcc,
String mailType,
String subject,
String mailContent,
String targetUrl)
sendMail method - Enables to connect to the Automated mailer and send
email.
|
public AutomatedMailerClient()
public void sendMail(String from, String to, String cc, String bcc, String mailType, String subject, String mailContent, String targetUrl)
from - the fromto - the tocc - the ccbcc - the bccmailType - the mail typesubject - the subjectmailContent - the mail contenttargetUrl - the target urlpublic static void main(String[] args)
args - the argumentsCopyright © 2016 utils4j. All Rights Reserved.