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

corydorning’s picture

Version: 6.x-1.0-beta3 » 6.x-1.0-beta4

Correction...i'm using beta 4

twooten’s picture

Coryroc,

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

corydorning’s picture

yeah i have the folder named phpmailer already.

corydorning’s picture

Status: Active » Closed (fixed)