| 1 |
// $Id: INSTALL.txt,v 1.5 2006/12/31 15:53:00 lukelast Exp $
|
| 2 |
|
| 3 |
NOTE: See the REQUIREMENTS in the README.txt file.
|
| 4 |
|
| 5 |
INSTALLATION INSTRUCTIONS
|
| 6 |
-------------------------
|
| 7 |
1. Copy the files included in the tarball into a directory named "smtp" in
|
| 8 |
your Drupal sites/all/modules/ directory.
|
| 9 |
2. Download the PHPMailer package (the URL is listed in REQUIREMENTS section
|
| 10 |
of the README.txt file) and place it in a directory named "phpmailer" in
|
| 11 |
your <drupal-root>/sites/all/modules/smtp directory.
|
| 12 |
3. Login as site administrator.
|
| 13 |
4. Enable the SMTP Authentication Support module on the Administer -> Site
|
| 14 |
building -> Modules page.
|
| 15 |
5. Fill in required settings on the Administer -> Site configuration -> SMTP
|
| 16 |
Authentication Support page.
|
| 17 |
6. Enjoy.
|