Namespace Nette\Mail
Message | Mail provides functionality to compose and send both text and MIME-compliant multipart email messages. |
MimePart | MIME message part. |
SendmailMailer | Sends emails via the PHP internal mail() function. |
SmtpMailer | Sends emails via the SMTP server. |
IMailer | Mailer interface. |
SendException | Exception thrown when a mail sending error is encountered. |
SmtpException | SMTP mailer exception. |