Add an address to one of the recipient arrays or to the ReplyTo array.
PHPMailer::addOrEnqueueAnAddress
Add an address to one of the recipient arrays or to the ReplyTo array. Because PHPMailer can’t validate addresses with an IDN without knowing the PHPMailer::$CharSet (that can still be modified after calling this function), addition of such addresses is delayed until send().
PHPMailer::addReplyTo
Add a “Reply-To” address.
PHPMailer::addCC
Add a “CC” address.
Advertisement
PHPMailer::addBCC
Add a “BCC” address.
PHPMailer::addAddress
Add a “To” address.
PHPMailer::isQmail
Send messages using qmail.
PHPMailer::isSendmail
Send messages using $Sendmail.
Advertisement
PHPMailer::isMail
Send messages using PHP’s mail() function.
PHPMailer::isSMTP
Send messages using SMTP.
PHPMailer::isHTML
Sets message type to HTML or plain.
PHPMailer::edebug
Output debugging info via user-defined method.
Advertisement
PHPMailer::mailPassthru
Call mail() in a safe_mode-aware fashion.
PHPMailer::__construct
Constructor.
PHPMailer::__destruct
Destructor.