|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MailSender
Field Summary | |
---|---|
static String |
ROLE
|
Method Summary | |
---|---|
void |
send(MailMessage message)
Send a mail. |
void |
send(String subject,
String content,
String toMailbox,
String toName,
String fromMailbox,
String fromName)
Send a mail message. |
void |
send(String subject,
String content,
String toMailbox,
String toName,
String fromMailbox,
String fromName,
Map extraHeaders)
Send a mail message. |
void |
verify(MailMessage message)
Verify the content of a mail message. |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
void send(MailMessage message) throws MailSenderException
MailSenderException
void send(String subject, String content, String toMailbox, String toName, String fromMailbox, String fromName) throws MailSenderException
MailSenderException
void send(String subject, String content, String toMailbox, String toName, String fromMailbox, String fromName, Map extraHeaders) throws MailSenderException
MailSenderException
void verify(MailMessage message) throws MailSenderException
MailSenderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |