Sending mail no longer works

Hello Mr Admin, please I need help there is an error that occurs when I try to register a user on my site
Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /home/vol2_6/epizy.com/epiz_23507031/htdocs/PHPMailer/PHPMailerAutoload.php on line 45

What you’re seeing is not an error. If it was an error, it would say “Error”. In your case, it says “Deprecated”. In programming, “Deprecated” means that it’s use is obsolete and should be removed or changed, but should still continue to work for the time being.

In other words, whatever is preventing you from sending email, it’s not caused by this error.

Do you see anything else when trying to send email?

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.