Package | Description |
---|---|
org.codehaus.plexus.mailsender | |
org.codehaus.plexus.mailsender.javamail | |
org.codehaus.plexus.mailsender.simple | |
org.codehaus.plexus.mailsender.test |
Modifier and Type | Method and Description |
---|---|
void |
MailSender.send(MailMessage message)
Send a mail.
|
void |
MailSender.verify(MailMessage message)
Verify the content of a mail message.
|
void |
AbstractMailSender.verify(MailMessage message) |
Modifier and Type | Method and Description |
---|---|
void |
JavamailMailSender.send(MailMessage mail) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMailSender.send(MailMessage mail) |
Modifier and Type | Method and Description |
---|---|
MailMessage |
MockMailSender.getLastReceivedEmail()
Returns the last received email or
null if no emails has been sent. |
MailMessage |
MockMailSender.getReceivedEmail(int index)
Returns the email with the specified index in the list of sent emails.
|
Modifier and Type | Method and Description |
---|---|
void |
MockMailSender.send(MailMessage message) |
Copyright © 2012. All Rights Reserved.