You are here

INSTALL.txt in SMTP Authentication Support 6

Same filename and directory in other branches
  1. 5 INSTALL.txt
NOTE: See the REQUIREMENTS in the README.txt file.

INSTALLATION INSTRUCTIONS
-------------------------
1.  Copy the files included in the tarball into a directory named "smtp" in
    your Drupal sites/all/modules/ directory.

2.  Download the PHPMailer package (the URL is listed in REQUIREMENTS section
    of the README.txt file). Unarchive the file and name the resulting directory
    phpmailer

3.  You can then put the library in any of 3 places:
    a)  sites/all/libraries (ie. sites/all/libraries/phpmailer) **recommended**
    b)  path/to/smtp  (ie. sites/all/modules/smtp/phpmailer)
    c)  Install the libraries module and place the library at a location where
        library module can find it.  (normally sites/all/libraries)

4.  Apply the adequate patch inside the phpmailer directory (check Drupal docs
    on how to apply patches).

5.  Login as site administrator.

6.  Enable the SMTP Authentication Support module on the Administer -> Site
    building -> Modules page.

7.  Fill in required settings on the Administer -> Site configuration -> SMTP
    Authentication Support page.

8.  Enjoy.

File

INSTALL.txt
View source
  1. NOTE: See the REQUIREMENTS in the README.txt file.
  2. INSTALLATION INSTRUCTIONS
  3. -------------------------
  4. 1. Copy the files included in the tarball into a directory named "smtp" in
  5. your Drupal sites/all/modules/ directory.
  6. 2. Download the PHPMailer package (the URL is listed in REQUIREMENTS section
  7. of the README.txt file). Unarchive the file and name the resulting directory
  8. phpmailer
  9. 3. You can then put the library in any of 3 places:
  10. a) sites/all/libraries (ie. sites/all/libraries/phpmailer) **recommended**
  11. b) path/to/smtp (ie. sites/all/modules/smtp/phpmailer)
  12. c) Install the libraries module and place the library at a location where
  13. library module can find it. (normally sites/all/libraries)
  14. 4. Apply the adequate patch inside the phpmailer directory (check Drupal docs
  15. on how to apply patches).
  16. 5. Login as site administrator.
  17. 6. Enable the SMTP Authentication Support module on the Administer -> Site
  18. building -> Modules page.
  19. 7. Fill in required settings on the Administer -> Site configuration -> SMTP
  20. Authentication Support page.
  21. 8. Enjoy.