Constructor and Description |
---|
EmailerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addAttachment(String path) |
void |
addBcc(javax.mail.internet.InternetAddress to) |
void |
addBcc(String to) |
void |
addCc(javax.mail.internet.InternetAddress to) |
void |
addCc(String to) |
void |
addTo(javax.mail.internet.InternetAddress to) |
void |
addTo(String to) |
void |
send() |
void |
setBcc(List<javax.mail.internet.InternetAddress> bcc) |
void |
setCc(List<javax.mail.internet.InternetAddress> cc) |
void |
setFrom(String from) |
void |
setHtmlMsg(String htmlMsg) |
void |
setMsg(String msg) |
void |
setSubject(String subject) |
void |
setTextMsg(String txtMsg) |
void |
setTo(List<javax.mail.internet.InternetAddress> to) |
public void setHtmlMsg(String htmlMsg)
setHtmlMsg
in interface EmailerI
public void setSubject(String subject)
setSubject
in interface EmailerI
public void setTextMsg(String txtMsg)
setTextMsg
in interface EmailerI
public void addBcc(javax.mail.internet.InternetAddress to)
public void addBcc(String to) throws javax.mail.internet.AddressException
public void setBcc(List<javax.mail.internet.InternetAddress> bcc)
public void addCc(javax.mail.internet.InternetAddress to)
public void addCc(String to) throws javax.mail.internet.AddressException
public void setCc(List<javax.mail.internet.InternetAddress> cc)
public void addTo(javax.mail.internet.InternetAddress to)
public void addTo(String to) throws javax.mail.internet.AddressException
public void addAttachment(String path)
addAttachment
in interface EmailerI
public void setTo(List<javax.mail.internet.InternetAddress> to)
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.