January 13, 2013 at 16:42 /
Sorry, I misunderstood your question.
No, it’s not possible by default but you can add this
1 |
$headers .= "Cc: \"".str_replace(array(','), array(''), get_bloginfo('name'))."\" \n"; |
to /lib/classes/reservation.class.php on line 942.
Regards