Page 1 of 1

Error in form cantact us

Posted: Fri Feb 21, 2014 11:26 pm
by vinceslas
Hi,
I am have this error in my form contact us:

Code: Select all

Notice: Error: RCPT TO not accepted from server! in /htdocs/system/library/mail.php on line 308
This is my configuration in System>Parameter>mail

Code: Select all

Mail: SMTP
SMTP host: mail.chicdecorcameroun.com
Username SMTP: contacts@chicdecorcameroun.com
SMTP port: 465
Latency SMTP: 5
why this error?

Re: Error in form cantact us

Posted: Mon Mar 17, 2014 7:16 am
by rocknolds
i have the same error, did you hear a guide/fix from someone else? thanks

Re: Error in form cantact us

Posted: Tue Jun 10, 2014 10:39 pm
by ecommercesussexltd
Yeah, it means the Mail Server, didn't like the email address.

Most mail servers to Sender Verification Callout, if they can't find it, they don't send it out.

It's annoying because the email has passed verification, it meets the right format. But it's failing at the SMTP end. And opencart just does a blanket EXIT; which stops the script. Really it should be returning you to the Register form to say the email address is invalid.