phpmailer.admin.inc |
phpmailer.admin.inc |
|
Administrative functions for PHPMailer integration module. |
phpmailer.class.inc |
includes/phpmailer.class.inc |
|
Implements the base PHPMailer for Drupal class. |
phpmailer.drupal.inc |
includes/phpmailer.drupal.inc |
|
Implements PHPMailer support on behalf of Drupal core. |
phpmailer.info |
phpmailer.info |
|
name = PHPMailer
description = Integrates the PHPMailer library for SMTP e-mail delivery.
dependencies[] = libraries
package = Mail
core = 7.x
configure = admin/config/system/phpmailer
files[] = includes/phpmailer.class.inc
files[] =… |
phpmailer.install |
phpmailer.install |
|
PHPMailer installation functions. |
phpmailer.mimemail.inc |
includes/phpmailer.mimemail.inc |
|
Implements PHPMailer support on behalf of Mime Mail module. |
phpmailer.module |
phpmailer.module |
|
Integrates the PHPMailer library for SMTP e-mail delivery. |
phpmailer.test |
tests/phpmailer.test |
|
PHPMailer tests. |
README.txt |
README.txt |
|
-- SUMMARY --
Adds SMTP support for sending e-mails using the PHPMailer library.
For a full description of the module, visit the project page:
http://drupal.org/project/phpmailer
To submit bug reports and feature suggestions, or to track changes:
… |