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.

PHPMailer::addAnAddress

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().

Advertisement

Advertisement

Advertisement

PHPMailer::edebug

Output debugging info via user-defined method.