By TonyV on
I'm trying to get Messaging working with PHP Mailer. I'm running a test in messaging and I get an error: "Could not locate PHPMailer library"
I can't seem to find any documentation on drupal.org of anyone else having this issue. Any ideas?
Thanks very much for any help.
Comments
Hi Tony, Did you ever have
Hi Tony,
Did you ever have any luck with this? We're having the same issue.
Same here.
Same here.
Libraries Module
Try downloading the Libraries module - it looks like PHPMailer requires this module.
Keep PHPMailer library in sites/all/libraries
Not precisely your problem, but I recently had the "Could not locate PHPMailer library." message. The problem turned out to be that the library had been installed in sites/all/modules/smtp/phpmailer and was deleted when the smtp module was upgraded. I restored from backup, but to sites/all/libraries/phpmailer . This should protect it from being lost in future upgrades.