Skip to content

Commit

Permalink
Revert change made to contact from address
Browse files Browse the repository at this point in the history
  • Loading branch information
ADDCreative committed Nov 25, 2020
1 parent b992e20 commit bb0b886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/controller/information/contact.php
Expand Up @@ -17,7 +17,7 @@ public function index() {
$mail->smtp_timeout = $this->config->get('config_mail_smtp_timeout');

$mail->setTo($this->config->get('config_email'));
$mail->setFrom($this->request->post['email']);
$mail->setFrom($this->config->get('config_email'));
$mail->setReplyTo($this->request->post['email']);
$mail->setSender(html_entity_decode($this->request->post['name'], ENT_QUOTES, 'UTF-8'));
$mail->setSubject(html_entity_decode(sprintf($this->language->get('email_subject'), $this->request->post['name']), ENT_QUOTES, 'UTF-8'));
Expand Down

0 comments on commit bb0b886

Please sign in to comment.