Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
3.6k views
in Q2A Core by
by
I went into qa-util-mailer.php and added $mailer->Mailer='smtp' just to test it out before I go down the route of using the external mail stuff and I get this error about cant find the smtp class.

/qa-class.phpmailer.php on line 513 Fatal error: Class 'SMTP' not found in /var/www/wiltedleaf/qa-include/qa-class.phpmailer.php on line 581

1 Answer

0 votes
by
by
I went into qa-util-mailer.php and added $mailer->Mailer='smtp' just to test it out before I go down the route of using the external mail stuff and I get this error about cant find the smtp class.

/qa-class.phpmailer.php on line 513 Fatal error: Class 'SMTP' not found in /var/www/wiltedleaf/qa-include/qa-class.phpmailer.php on line 581
by
I had to download PHPMailer 2.0.4 from here:

http://sourceforge.net/projects/phpmailer/files/phpmailer%20for%20php4/PHPMailer%20v2.0.4%20for%20PHP4/

and stick the included class.smtp.php into qa-include/
...