Advertisement

PHPMailer::encodeQP

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.

Advertisement

PHPMailer::encodeFile

Encode a file attachment in requested format.

Advertisement

PHPMailer::attachAll

Attach all file, string, and binary attachments to the message.

Advertisement