Page 1 of 1

SMTP issues when registering new customer

Posted: Mon Apr 20, 2020 4:06 pm
by Jonezy88
HI When a customer goes to register on my site it is coming up with all these errors, but when go into customers on the dashboard there details are all there, can you let me know what needs to be done to resolve this please.

Error:

Code: Select all

Fatal error: Uncaught exception 'Exception' with message 'Error: Password not accepted from server!' in /home/vespajet/public_html/system/library/mail/smtp.php:205 Stack trace: #0 /home/vespajet/public_html/system/library/mail.php(142): Mail\Smtp->send() #1 /home/vespajet/public_html/catalog/controller/mail/register.php(44): Mail->send() #2 [internal function]: ControllerMailRegister->index('account/custome...', Array, 58) #3 /home/vespajet/ocartdata/storage/modification/system/engine/action.php(79): call_user_func_array(Array, Array) #4 /home/vespajet/public_html/system/engine/event.php(62): Action->execute(Object(Registry), Array) #5 /home/vespajet/ocartdata/storage/modification/system/engine/loader.php(255): Event->trigger('model/account/c...', Array) #6 [internal function]: Loader->{closure}(Array, Array) #7 /home/vespajet/public_html/system/engine/proxy.php(47): call_user_func_array(Object(Closure), Array) #8 /home/vespajet/public_html/catalog/controller/account/register.php(22): Proxy->__call('addCustomer', Array) # in /home/vespajet/public_html/system/library/mail/smtp.php on line 205
Website: https://www.vespajets.com/

Re: SMTP issues when registering new customer

Posted: Mon Apr 20, 2020 6:43 pm
by OSWorX
Jonezy88 wrote:
Mon Apr 20, 2020 4:06 pm
Password not accepted from server
Says it all.
Use correct SMTP settings and the Email will go through.
The fact that customers data is stored (and therefore visible in the backend) is the result of the storing function - has nothng todo with the email function the error comes from.

Re: SMTP issues when registering new customer

Posted: Sun May 10, 2020 2:32 am
by straightlight
Why is this posted in the 0.x section of the forum? Which OC version are you using?