mailer

Namespace

mailer

Description:
  • Email sending utilities
Source:

Classes

AbstractMailTransport
FilesystemTransport
MailerModule
SmtpTransport

Type Definitions

MailData

Description:
  • Data to be passed when sending a mail
Source:
Properties:
Name Type Description
to string Comma separated list or an array of recipients email addresses that will appear on the To: field
from string The sender email address
subject string The subject of the email
text string The plain text version of the message as an unicode string
html string The HTML version of the message as a unicode string
Data to be passed when sending a mail
Type:
  • Object