Send mail via SMTP.
PHPMailer::getSMTPInstance
Get an instance to use for SMTP operations.
PHPMailer::isPermittedPath
Check whether a file path is of a permitted type.
PHPMailer::mailSend
Send mail using the PHP mail() function.
Advertisement
PHPMailer::isShellSafe
Fix CVE-2016-10033 and CVE-2016-10045 by disallowing potentially unsafe shell characters.
PHPMailer::sendmailSend
Send mail using the $Sendmail program.
PHPMailer::preSend
Prepare a message for sending.
PHPMailer::postSend
Actually send a message.
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.
PHPMailer::validateAddress
Check that a string looks like an email address.
Advertisement
PHPMailer::getLastMessageID
Return the Message-ID header of the last email.
PHPMailer::setFrom
Set the From and FromName properties.
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.