fix: route iqon contact form to office inbox
This commit is contained in:
@@ -44,8 +44,7 @@
|
||||
$new_mail = new PHPMailer(true);
|
||||
try {
|
||||
$new_mail->AddReplyTo($email, $nume);
|
||||
$admin_email = get_option('admin_email');
|
||||
//dv($admin_email);die();
|
||||
$admin_email = 'office@iqon.com';
|
||||
$new_mail->AddAddress($admin_email);
|
||||
//$new_mail->AddAddress('gabriel.ilie@gmail.com', 'Gabriel Ilie');
|
||||
$new_mail->SetFrom('contact@iqon.com', 'CONTACT FORM');
|
||||
|
||||
Reference in New Issue
Block a user