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 5
»
smtp.module
»
SMTP
property SMTP::$protocol in SMTP Authentication Support 5
File
./
smtp.module
, line 1998
Enables drupal to send email directly to an SMTP server using authentication. Uses the PHPMailer class by Brent R. Matzelle.
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. @package PHPMailer @author Chris Ryan
Code
var $protocol =
''
;
API Navigation
SMTP Authentication Support 5
Classes
Functions
Files