November 25, 2013 at 13:07 /
No, there’s no option for it. But you can change the code in /lib/classes/reservation.class.php around line 1150
1 2 |
$headers = "From: \"".$this->name."\" email.">\n"; } |
to
1 2 |
$headers = "From: \"".$this->name."\" email.">\n"; } else $headers .= "Cc: ".$support_mail."\n"; |
Regards