I am using 6.x-1.0-beta4 With the debug mode on I am getting this error in my /admin/settings/smtp page: Fatal error: Call to undefined method phpmailer::SmtpClose() in /var/www/html/sites/all/modules/smtp/smtp.module on line 699
What shall I do?
I am using 6.x-1.0-beta4 With the debug mode on I am getting this error in my /admin/settings/smtp page: Fatal error: Call to undefined method phpmailer::SmtpClose() in /var/www/html/sites/all/modules/smtp/smtp.module on line 699
What shall I do?
Comments
Comment #1
franzAre you using PHPMailer 2.2.1? Any version above this is not supported.
Comment #2
ramnathb commentedI downloaded phpMailer from this link: http://sourceforge.net/projects/phpmailer/files/phpmailer-ml/PHPMailer-M... yesterday.
Also I found that the following class files class.phpmailer.php & class.smtp.php were missing in the zip file. So I downloaded them from http://www.phpclasses.org/browse/file/919.html and http://www.phpclasses.org/browse/file/920.html
Comment #3
ramnathb commentedThis is solved; I am now using PHPMailer 2.2.1 instead of the latest version.