You are here

README.txt in Messaging 6

###   ABOUT   #############################################################################

messaging_phpmailer, Version 1.0

Author:
  Brian Neisler, aka, bneisler
  brian@theamoebaproject.com
  http://www.theamoebaproject.com
  http://www.mothersclick.com

Contributors:
  Ted Serbinski, aka, m3avrck
  hello@tedserbinski.com
  http://tedserbinski.com

Requirements: Drupal 5.0


###   FEATURES   #############################################################################

- uses PHPMailer <http://phpmailer.codeworxtech.com/> as the mailer
- works as an extension of the messaging module <http://drupal.org/project/messaging/>
- provides an alternate method to sending html email in Drupal
- cuts out drupal_mail so that drupal can send both html emails and plain text emails.



###   INSTALLATION   #############################################################################

1. Download and unzip the messaging_phpmailer module into your modules directory.

2. Download the PHPMailer class: http://phpmailer.codeworxtech.com/
   Unzip the PHPMailer folder into you messaging_phpmailer folder.
   Rename folder to PHPMailer

3. Goto Administer > Site Building > Modules and enable Messaging PHPMailer

4. Goto Administer > Site Configuration > Messaging
   Select the settings tab.
   Select Full HTML as the filer for Messaging PHPMailer. Save settings.


###   NOTES   #############################################################################

- This module does NOT use drupal_mail. This is done on purpose so that mail can be sent as both plain text and HTML. 
  If you wish to override drupal_mail you will have to implement drupal_mail_wrapper() yourself to call the 
  messaging_phpmailer_send() function. Also you will need to set the stmp variable.

File

messaging_phpmailer/README.txt
View source
  1. ### ABOUT #############################################################################
  2. messaging_phpmailer, Version 1.0
  3. Author:
  4. Brian Neisler, aka, bneisler
  5. brian@theamoebaproject.com
  6. http://www.theamoebaproject.com
  7. http://www.mothersclick.com
  8. Contributors:
  9. Ted Serbinski, aka, m3avrck
  10. hello@tedserbinski.com
  11. http://tedserbinski.com
  12. Requirements: Drupal 5.0
  13. ### FEATURES #############################################################################
  14. - uses PHPMailer as the mailer
  15. - works as an extension of the messaging module
  16. - provides an alternate method to sending html email in Drupal
  17. - cuts out drupal_mail so that drupal can send both html emails and plain text emails.
  18. ### INSTALLATION #############################################################################
  19. 1. Download and unzip the messaging_phpmailer module into your modules directory.
  20. 2. Download the PHPMailer class: http://phpmailer.codeworxtech.com/
  21. Unzip the PHPMailer folder into you messaging_phpmailer folder.
  22. Rename folder to PHPMailer
  23. 3. Goto Administer > Site Building > Modules and enable Messaging PHPMailer
  24. 4. Goto Administer > Site Configuration > Messaging
  25. Select the settings tab.
  26. Select Full HTML as the filer for Messaging PHPMailer. Save settings.
  27. ### NOTES #############################################################################
  28. - This module does NOT use drupal_mail. This is done on purpose so that mail can be sent as both plain text and HTML.
  29. If you wish to override drupal_mail you will have to implement drupal_mail_wrapper() yourself to call the
  30. messaging_phpmailer_send() function. Also you will need to set the stmp variable.