Advertisement

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

PHPMailer::edebug

Output debugging info via user-defined method.

Advertisement