Encode a string in quoted-printable format.
PHPMailer::encodeQPphp
Backward compatibility wrapper for an old QP encoding function that was removed.
PHPMailer::base64EncodeWrapMB
Encode and wrap long multibyte strings for mail headers without breaking lines within a character.
PHPMailer::hasMultiBytes
Check if a string contains multi-byte characters.
Advertisement
PHPMailer::has8bitChars
Does a string contain any 8-bit chars (in any charset)?
PHPMailer::encodeHeader
Encode a header string optimally.
PHPMailer::encodeString
Encode a string in requested format.
PHPMailer::encodeFile
Encode a file attachment in requested format.
Advertisement
PHPMailer::attachAll
Attach all file, string, and binary attachments to the message.
PHPMailer::getAttachments
Return the array of attachments.
PHPMailer::addAttachment
Add an attachment from a path on the filesystem.
PHPMailer::textLine
Return a formatted mail line.
Advertisement
PHPMailer::headerLine
Format a header line.
PHPMailer::setMessageType
Set the message type.
PHPMailer::endBoundary
Return the end of a message boundary.