|
Exception Summary |
| AttachmentException |
Thrown when an email address fails to validate as RFC822 |
| InvalidAddressException |
Thrown when an email address fails to validate as RFC822 |
| MailException |
Any exception that is raised by the mail module extends from this runtime
exception class, making it easy for other modules and extensions to catch all
mail-related exceptions in a single catch block, if need be. |
| SendFailedException |
Thrown when an email fails to be sent. |
| TemplatingException |
Thrown when a error occurs during template processing |