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

franz’s picture

Status: Active » Postponed (maintainer needs more info)

Are you using PHPMailer 2.2.1? Any version above this is not supported.

ramnathb’s picture

I 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

ramnathb’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

This is solved; I am now using PHPMailer 2.2.1 instead of the latest version.