Prettify error message output
PHPMailer::getAllRecipientAddresses
Allows for public read access to ‘all_recipients’ property.
PHPMailer::doCallback
Perform a callback.
PHPMailer::getReplyToAddresses
Allows for public read access to ‘ReplyTo’ property.
Advertisement
PHPMailer::getBccAddresses
Allows for public read access to ‘bcc’ property.
PHPMailer::getCcAddresses
Allows for public read access to ‘cc’ property.
PHPMailer::getToAddresses
Allows for public read access to ‘to’ property.
PHPMailer::hasLineLongerThanMax
Detect if a string contains a line longer than the maximum line length allowed.
Advertisement
PHPMailer::DKIM_Add
Create the DKIM header and body in a new message header.
PHPMailer::DKIM_BodyC
Generate a DKIM canonicalization body.
PHPMailer::DKIM_HeaderC
Generate a DKIM canonicalization header.
PHPMailer::DKIM_Sign
Generate a DKIM signature.
Advertisement
PHPMailer::DKIM_QP
Quoted-Printable-encode a DKIM header.
PHPMailer::sign
Set the public and private key files and password for S/MIME signing.
PHPMailer::normalizeBreaks
Normalize line breaks in a string.