You are here

README.txt in PHPMailer 6

-- SUMMARY --

This module integrates PHPMailer with Drupal, both as native drupal_mail()
wrapper, and as part of the Mime Mail module.


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:
  http://drupal.org/project/issues/phpmailer


-- REQUIREMENTS --

* PHPMailer library.


-- INSTALLATION --

* Download PHPMailer 1.x from

    http://sourceforge.net/project/showfiles.php?group_id=26031&package_id=17494

  and copy the files

    class.phpmailer.php
    class.smtp.php

  into the sub-directory 'phpmailer' of this module.

* Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

* Customize module settings in Administer >> Site configuration >> Mail.


-- CUSTOMIZATION --

* To send HTML mails, you need to additionally install the Mime Mail module from
  http://drupal.org/project/mimemail.


-- CONTACT --

Current maintainers:
* Stefan M. Kudwien (smk-ka) - http://drupal.org/user/48898
* Daniel F. Kudwien (sun) - http://drupal.org/user/54136

Credits:
* PHPMailer module: Stefan Kudwien (smk) - http://drupal.org/user/48898
* PHPMailer class: Brent R. Matzelle - http://phpmailer.sourceforge.net

This project has been sponsored by:
* UNLEASHED MIND
  Specialized in consulting and planning of Drupal powered sites, UNLEASHED
  MIND offers installation, development, theming, customization, and hosting
  to get you started. Visit http://www.unleashedmind.com for more information.

File

README.txt
View source
  1. -- SUMMARY --
  2. This module integrates PHPMailer with Drupal, both as native drupal_mail()
  3. wrapper, and as part of the Mime Mail module.
  4. For a full description of the module, visit the project page:
  5. http://drupal.org/project/phpmailer
  6. To submit bug reports and feature suggestions, or to track changes:
  7. http://drupal.org/project/issues/phpmailer
  8. -- REQUIREMENTS --
  9. * PHPMailer library.
  10. -- INSTALLATION --
  11. * Download PHPMailer 1.x from
  12. http://sourceforge.net/project/showfiles.php?group_id=26031&package_id=17494
  13. and copy the files
  14. class.phpmailer.php
  15. class.smtp.php
  16. into the sub-directory 'phpmailer' of this module.
  17. * Install as usual, see http://drupal.org/node/70151 for further information.
  18. -- CONFIGURATION --
  19. * Customize module settings in Administer >> Site configuration >> Mail.
  20. -- CUSTOMIZATION --
  21. * To send HTML mails, you need to additionally install the Mime Mail module from
  22. http://drupal.org/project/mimemail.
  23. -- CONTACT --
  24. Current maintainers:
  25. * Stefan M. Kudwien (smk-ka) - http://drupal.org/user/48898
  26. * Daniel F. Kudwien (sun) - http://drupal.org/user/54136
  27. Credits:
  28. * PHPMailer module: Stefan Kudwien (smk) - http://drupal.org/user/48898
  29. * PHPMailer class: Brent R. Matzelle - http://phpmailer.sourceforge.net
  30. This project has been sponsored by:
  31. * UNLEASHED MIND
  32. Specialized in consulting and planning of Drupal powered sites, UNLEASHED
  33. MIND offers installation, development, theming, customization, and hosting
  34. to get you started. Visit http://www.unleashedmind.com for more information.