MailAddressInvalidException |
Indicates an error occurred sending an email because one or more of the email addresses was rejected by the mail
server. |
MailAuthenticationException |
Indicates there is an authentication issue talking to the configured mail server. |
MailException |
Base class for mail exceptions. |
MailQueueFullException |
Indicates the backing mail queue is full and the mail message cannot be accepted
Regarding logging of instances of this exception, see MailException . |
MailSendException |
Indicates an error occurred sending an email. |
MailSizeExceededException |
Indicates there was an attempt to send an email that exceeds the maximum email size limit. |
NoMailHostConfigurationException |
Indicates the Mail server is not configured and mail cannot be sent. |