I followed the directions in README and INSTALL and added the phpmailer folder inside the smtp directory and included the phpmailer contents from the zip file. I then enabled the module and went to the setup page to turn it on.
However I'm getting the WSOD message:
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/smtp/phpmailer/class.phpmailer.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/cordor/public_html/drupal6/sites/all/modules/smtp/smtp.module on line 252
Thoughts?
Comments
Comment #1
corydorning commentedCorrection...i'm using beta 4
Comment #2
twooten commentedCoryroc,
You might want to check the directory name of the PHPMailer package you had to download and install. I was getting the same error until I realized that simply extracting the zip file creates a directory something like 'PHPMailer_v5.1'. I renamed it to 'PHPMailer' and it did not work until I renamed it to 'phpmailer' (like the docs say), It's case sensitive. PHPMailer and phpmailer are not the same thing on a linux machine.
Hope that helps,
Tim
Comment #3
corydorning commentedyeah i have the folder named phpmailer already.
Comment #4
corydorning commented