Skip to main content
Drupal API Help
Helping Drupal Community, One API at a time
Main menu
Home
Drupal Core
Getting Help
You are here
Home
»
API reference
»
SMTP Authentication Support 7
»
smtp.transport.inc
»
SMTP
private property SMTP::$error in SMTP Authentication Support 7
Same name and namespace in other branches
5 smtp.module
\SMTP::error
7.2 smtp.transport.inc
\SMTP::error
File
./
smtp.transport.inc
, line 84
SMTP mail transport class for the smtp module,based on code of the phpmailer library, customized and relicensed to GPLv2
Class
SMTP
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server. original author: Chris Ryan
Code
private $error;
API Navigation
SMTP Authentication Support 7
Classes
Functions
Files
Constants