Closed (fixed)
Project:
SMTP Authentication Support
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2011 at 20:10 UTC
Updated:
24 Sep 2011 at 21:01 UTC
After following the README & INSTALL instructions (installing, patching phpmailer 2.2.1, configuring for gmail, etc.), the SMTP module still doesn't send email.
The log shows that it "Could not locate PHPMailer library."
I have the patched phpmailer code in the directory sites/all/modules/smtp/phpmailer. I also tried naming the directory 'PHPMailer', but that was pointless.
Comments
Comment #1
cyteen commentedThe phpmailer directory is looked for in sites/all/libraries not sites/all/modules/smtp. Just mv the directory and the error stops.
Comment #2
josesanmartin commented