I saw in the release notes that PHPMailer was supposed to be supported with the Libraries API. I tried to put PHPMailer in sites/all/libraries/ and I get the same error in the status report that I get if it isn't there.
I saw in the release notes that PHPMailer was supposed to be supported with the Libraries API. I tried to put PHPMailer in sites/all/libraries/ and I get the same error in the status report that I get if it isn't there.
Comments
Comment #1
castawaybcn commentedsame here
Comment #2
ginc commentedproblem is with capital letters, rename the directory to phpmailer and problem goes away.
the error message in status report confuses users:
"HTML Mail requires the PHP Mailer class to properly send HTML Mail. Please download the 2.0 version and place the phpmailer folder in your messaging_phpmailer module directory. Rename the folder to "PHPMailer"."
Comment #3
jose reyero commentedI think there are some inconsistencies atm. The folder in the module should be capitalized, the on in libraries not.
Comment #4
jose reyero commented