PHP Classes

Regitration issue

Recommend this page to a friend!

      PHP Secure Login and Registration  >  All threads  >  Regitration issue  >  (Un) Subscribe thread alerts  
Subject:Regitration issue
Summary:Activatiosn mail not sending
Messages:2
Author:Carlos D
Date:2016-12-22 14:39:17
 

  1. Regitration issue   Reply   Report abuse  
Picture of Carlos D Carlos D - 2016-12-22 14:39:17
Hi, I'm trying to implement your class, but I have a problem with verifying the regsitracion. My mail server requires authentication then when I register I have this error: Warning: mail (): SMTP server response: 550 relay not allowed, authentication required in C: \ wamp64 \ www \ class \ user.php on line 137.
I understand that the MAIL function does not support authentication, how is it solved?

  2. Re: Regitration issue   Reply   Report abuse  
Picture of Ashraf Gheith Ashraf Gheith - 2016-12-22 22:34:48 - In reply to message 1 from Carlos D
Your mail SMTP needs authentication code. Unfortunately I cannot add that in the package. It is a set of new functions and need a new package for that. But you may search in the site here for packages supporting "Sending Mail from PHP Using SMTP Authentication".