You are here

8 calls to PHPMailer::SetError() in SMTP Authentication Support 7.2

PHPMailer::AddAnAddress in ./smtp.phpmailer.inc
Adds an address to one of the recipient arrays Addresses that have been added already return FALSE, but do not throw exceptions
PHPMailer::AddAttachment in ./smtp.phpmailer.inc
Adds an attachment from a path on the filesystem. Returns FALSE if the file could not be found or accessed.
PHPMailer::AddEmbeddedImage in ./smtp.phpmailer.inc
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
PHPMailer::EncodeFile in ./smtp.phpmailer.inc
Encodes attachment in requested format. Returns an empty string on failure.
PHPMailer::EncodeString in ./smtp.phpmailer.inc
Encodes string to requested format. Returns an empty string on failure.
PHPMailer::Send in ./smtp.phpmailer.inc
Creates message and assigns Mailer. If the message is not sent successfully then it returns FALSE. Use the ErrorInfo variable to view description of the error.
PHPMailer::set in ./smtp.phpmailer.inc
Set (or reset) Class Objects (variables)
PHPMailer::SetFrom in ./smtp.phpmailer.inc
Set the From and FromName properties