Advertisement

Advertisement

PHPMailer::isShellSafe

Fix CVE-2016-10033 and CVE-2016-10045 by disallowing potentially unsafe shell characters.

Advertisement

PHPMailer::send

Create a message and send it.

PHPMailer::punyencodeAddress

Converts IDN in given email address to its ASCII form, also known as punycode, if possible.

PHPMailer::idnSupported

Tells whether IDNs (Internationalized Domain Names) are supported or not. This requires the “intl” and “mbstring” PHP extensions.

Advertisement

PHPMailer::parseAddresses

Parse and validate a string containing one or more RFC822-style comma-separated email addresses of the form “display name

” into an array of name/address pairs.