Post by Silvanoshei » Tue May 13, 2014 10:45 pm

I am using Operncart 1.5.6 and when I would like to use contact form I am getting that problem:

Code: Select all

Notice: Error: RCPT TO not accepted from server! in /vhosts/domain.com/http/system/library/mail.php on line 308
I am using SMTP Email settings. Actually I had tried to PHP Mail settings but it did not send email and it did not give an errorlog.

I did some research about this problem but I did not find a solution.

Help would be much appreciated, thank you!

Newbie

Posts

Joined
Sat Apr 12, 2014 11:01 pm

Post by Sekaman » Sat May 24, 2014 7:37 pm

HI,

I got the same error.
Did you find any solution

I use: 1.5.6.1 and namecheap domain and email. Email is set to smtp

mail in orders etc. works great, but contact form gives the error!

New member

Posts

Joined
Mon Apr 08, 2013 2:44 pm


Post by melbagnato » Sat May 24, 2014 8:26 pm

If you two are unable to solve this problem, let me know and I'll take a look for you.

- Mel

http://online.enterpriseconsulting.com.au

Site with OpenCart extensions & code downloads, many new extensions coming soon!
Follow us on twitter for more updates

Image


User avatar
Active Member

Posts

Joined
Wed Jan 13, 2010 1:39 pm
Location - Melbourne

Post by deeve007 » Thu Oct 09, 2014 5:14 am

I have this issue and am unable to solve it. It's to do with many hosts not allowing emails to be sent "from" email addresses not actually existing on that server.

Zava Design | Naked Chronicles


New member

Posts

Joined
Mon Sep 27, 2010 8:05 pm


Post by revokeho » Wed Sep 07, 2016 1:29 am

change
$mail->setFrom($this->request->post['email']);
to
$mail->setFrom($this->config->get('config_email'));
$mail->setReplyTo($this->request->post['email']);

Newbie

Posts

Joined
Wed Sep 07, 2016 1:27 am
Who is online

Users browsing this forum: No registered users and 15 guests