$m->quotedPrintableString(string $text) function.method
Return the text quoted-printable encoded
htmlToText($html) function.method
Convert HTML email body to TEXT email body.
$m->get(string $key) class.method
Get property
$m->set(string $key, mixed $value) class.method
Set property
$m->to($email = null, string $name = null) class.method
Set the email to address
$m->toName(string $name) class.method
Set the 'to' name
$m->from(string $email, $name = null) class.method
Set the email 'from' address and optionally name
$m->fromName(string $name) class.method
Set the 'from' name
$m->replyTo(string $email, $name = null) class.method
Set the 'reply-to' email address and optionally name (where supported)
$m->replyToName(string $name) class.method
Set the 'reply-to' name (where supported)
$m->subject(string $subject) class.method
Set the email subject
$m->body(string $body) class.method
Set the email message body (text only)
$m->bodyHTML(string $body) class.method
Set the email message body (HTML only)
$m->header($key, string $value) class.method
Set any email header
$m->headers(array $headers) class.method
Set multiple email headers using associative array
$m->param(string $value) class.method
Set any email param
$m->attachment(string $value, string $filename = '') class.method
Add a file to be attached to the email
$m->send() class.method
Send the email
$m->encodeSubject(string $subject) class.method
Encode a subject, use mbstring if available
$m->quotedPrintableString(string $text) class.method
Return the text quoted-printable encoded
htmlToText($html) class.method
Convert HTML email body to TEXT email body.