Return the start of a message boundary.
PHPMailer::createBody
Assemble the message body.
PHPMailer::generateId
Create unique ID
PHPMailer::getSentMIMEMessage
Returns the whole MIME message.
Advertisement
PHPMailer::getMailMIME
Get the message MIME type headers.
PHPMailer::createHeader
Assemble message headers.
PHPMailer::setWordWrap
Apply word wrapping to the message body.
PHPMailer::wrapText
Word-wrap message.
Advertisement
PHPMailer::utf8CharBoundary
Find the last character boundary prior to $maxLength in a utf-8 quoted-printable encoded string.
PHPMailer::addrAppend
Create recipient headers.
PHPMailer::addrFormat
Format an address for use in a message header.
PHPMailer::getTranslations
Get the array of strings for the current language.
Advertisement
PHPMailer::setLanguage
Set the language for error messages.
PHPMailer::smtpClose
Close the active SMTP session if one exists.
PHPMailer::smtpConnect
Initiate a connection to an SMTP server.