Firefox PHP

Error using SMTP module

Posted by eugenio 
Error using SMTP module
February 03, 2017 03:31PM
Hello,
I have enabled the SMTP module but when I try to post a test message I get a Class 'SMTP' not found error in the file class.phpmailer.php

I can fix it adding:
require ("class.smtp.php");

on topo of class.phpmailer.php

but I would prefer to avoid it and understand why the autoloader is not working.

Best,

Eugenio
Re: Error using SMTP module
February 25, 2017 09:59PM
I was getting this error as well. Downloading the latest code for that module from the Phorum Github repo solved my problem.
Re: Error using SMTP module
May 26, 2017 01:39PM
For some reason I can't find that module in the phorum github. Where can I get the latest update of the SMTP module?

Thanks,
Re: Error using SMTP module
May 26, 2017 04:44PM
It is there in the mods directory. smtp_mail.
It doesn't appear that anything has been changed recently.
Re: Error using SMTP module
May 26, 2017 08:31PM
Where - I looked here and could not find it:

[github.com]

I searched from smtp and found nothing but if I scroll down I see other modules.
Re: Error using SMTP module
May 26, 2017 09:19PM
Re: Error using SMTP module
May 27, 2017 01:37AM
Thanks Scott - I checked the latest code but it will not resolve my problem..

I was getting a 500 Error which is what lead me to this topic but different code needed to be changed.

See this topic for my resolution:

[www.phorum.org]



Edited 1 time(s). Last edit at 05/27/2017 01:40AM by mike60.
Sorry, only registered users may post in this forum.

Click here to login