Fix: le champ CC n'est pas pris en compte pour l'envoi d'une propale par mail.
This commit is contained in:
parent
5c0def51f7
commit
ec8cf600df
@ -255,6 +255,7 @@ if ($_POST['action'] == 'send')
|
||||
$from = $_POST['fromname'] . ' <' . $_POST['frommail'] .'>';
|
||||
$replyto = $_POST['replytoname']. ' <' . $_POST['replytomail'].'>';
|
||||
$message = $_POST['message'];
|
||||
$sendtocc = $_POST['sendtocc'];
|
||||
if ($_POST['action'] == 'send')
|
||||
{
|
||||
$subject = $langs->trans('Propal').' '.$propal->ref;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user