org.codehaus.plexus.mailsender
public interface MailSender
Version: $Id: MailSender.java 1650 2005-04-01 22:53:43Z trygvis $
| Field Summary | |
|---|---|
| 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.
|
Throws: MailSenderException
Throws: MailSenderException
Throws: MailSenderException
Throws: MailSenderException