Search found 2 matches

Page 1 of 1

Search found 2 matches

Re: "RCPT TO not accepted from server!" Problem

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

Jump to post
  • Wed Sep 07, 2016 1:29 am
  • Replies 4
  • Views 2317
Re: [Solved] Contact Form - Error: RCPT TO not accepted

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

Jump to post
  • Wed Sep 07, 2016 1:29 am
  • Replies 5
  • Views 9619

Page 1 of 1

Search found 2 matches