README.txt |
README.txt |
|
SMTP Authentication Support module for Drupal 7.x.
This module adds SMTP functionality to Drupal.
REQUIREMENTS
------------
* Access to an SMTP server
* The following PHP extensions need to be installed: ereg, hash, date & pcre.
* Optional: To… |
smtp.admin.inc |
smtp.admin.inc |
|
Administrative page code for the smtp module. |
smtp.drush.inc |
smtp.drush.inc |
|
|
smtp.info |
smtp.info |
|
name = SMTP Authentication Support
description = "Allow for site emails to be sent through an SMTP server of your choice."
core = 7.x
package = Mail
configure = admin/config/system/smtp
files[] = smtp.mail.inc
files[] =… |
smtp.install |
smtp.install |
|
The installation instructions for the SMTP Authentication Support. |
smtp.mail.inc |
smtp.mail.inc |
|
The code processing mail in the smtp module. |
smtp.module |
smtp.module |
|
Enables Drupal to send e-mail directly to an SMTP server. |
smtp.phpmailer.inc |
smtp.phpmailer.inc |
|
The mail handler class in smtp module, based on code of the phpmailer library,
customized and relicensed to GPLv2. |
smtp.theme.inc |
smtp.theme.inc |
|
|
smtp.transport.inc |
smtp.transport.inc |
|
SMTP mail transport class for the smtp module,based on code of the phpmailer
library, customized and relicensed to GPLv2 |
smtp.unit.test |
tests/smtp.unit.test |
|
Some tests for the SMTP module. |
smtp.variable.inc |
smtp.variable.inc |
|
Custom integration with the Variable module. |
smtp_tests.info |
tests/smtp_tests.info |
|
name = SMTP tests
description = Contains helper logic for the SMTP tests.
package = Mail
core = 7.x
hidden = TRUE |
smtp_tests.module |
tests/smtp_tests.module |
|
Primary hook implementations for the SMTP test helper module. |