print transportAgentEmail

Handles sending emails via the default mailer: PHPMailer. Emails will be encoded with both a plain text and HTML body if the message is flagged as being a HTML mail.

This mail sender does not support embedding of images in email messages or other attachments. If you require attachments or images, then consider replacing this transport agent with a custom solution that can embed images on the fly during the sending process.

For better speed you can replace this agent with one that uses SMTP.


Methods

public isEmailHtml()

Returns true if message is html

public getEmailSubject()

Return the message header that matches the message body

public getEmailBody()

Return the message body to be sent

public getEmailRecipient()

Return email recipient

public getEmailSender()

Return email sender


Inherited Methods

<  1  >