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.
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
Posted by: Scorpio Documentor (Writer), in Transport on 19 Nov 2009 @ 20:39
Tags: transport, transportagentbase, transportagentemail,
This
work is licenced under a
Creative Commons Licence.