Status message

SMTP module is INACTIVE.

Warning message

  • SMTP debugging is on, ensure it is disabled before using in production.
  • Disabled fields are overridden in site-specific configuration file.

Install options
Set SMTP as the default mailsystem
When on, all mail is passed through the SMTP module.
SMTP server settings
The address of your outgoing SMTP server.
The address of your outgoing SMTP backup server. If the primary server can't be found this one will be tried. This is optional.
The default SMTP port is 25, if that is being blocked try 80. Gmail uses 465. See http://gmail.google.com/support/bin/answer.py?answer=13287 for more information on configuring for use with Gmail.
This allows connection to an SMTP server that requires SSL encryption such as Gmail.
Enable TLS encryption automatically
Whether to enable TLS encryption automatically if a server supports it, even if the protocol is not set to "tls".
Amount of seconds for the SMTP commands to timeout.
Enabling this option will keep the SMTP connection open instead of it being openned and then closed for each mail
SMTP Authentication Leave blank if your SMTP server does not require authentication.
SMTP Username.
SMTP password. If you have already entered your password before, you should leave this field blank, unless you want to change the stored password. Please note that this password will be stored as plain-text inside Drupal's core configuration variables.
E-mail options
The e-mail address that all e-mails will be from.
The name that all e-mails will be from. If left blank will use a default of: Sangfor . Some providers (such as Office365) may ignore this field. For more information, please check SMTP module documentation and your email provider documentation.
Checking this box will allow HTML formatted e-mails to be sent with the SMTP protocol.
SMTP client settings
The hostname to use in the Message-Id and Received headers, and as the default HELO string. Leave blank for using appserver-845d3dee-nginx-b37df7e0029d4fa7bac1240d488703c5.
The SMTP HELO/EHLO of the message. Defaults to hostname (see above).
Send test e-mail
Type in an address to have a test e-mail sent there.
All emails sent by the site will be rerouted to this email address; use with caution.
Checking this box will print SMTP messages from the server for every e-mail that is sent.
Warning! Debugging interrupts the request and will cause AJAX, Batch, and other operations to fail. Use in test environments only.
Choose the appropriate log level.