You are here

9 calls to PHPMailer::Lang() in SMTP Authentication Support 5

PHPMailer::AddAttachment in ./smtp.module
Adds an attachment from a path on the filesystem. Returns false if the file could not be found or accessed.
PHPMailer::AddEmbeddedImage in ./smtp.module
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.module
Encodes attachment in requested format. Returns an empty string on failure. @access private
PHPMailer::EncodeString in ./smtp.module
Encodes string to requested format. Returns an empty string on failure. @access private
PHPMailer::MailSend in ./smtp.module
Sends mail using the PHP mail() function. @access private
PHPMailer::Send in ./smtp.module
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::SendmailSend in ./smtp.module
Sends mail using the $Sendmail program. @access private
PHPMailer::SmtpConnect in ./smtp.module
Initiates a connection to an SMTP server. Returns false if the operation failed. @access private
PHPMailer::SmtpSend in ./smtp.module
Sends mail via SMTP using PhpSMTP (Author: Chris Ryan). Returns bool. Returns false if there is a bad MAIL FROM, RCPT, or DATA input. @access private