Positionnement du replyto sur le mail et le nom de l'utilisateur en cours

This commit is contained in:
Rodolphe Quiedeville 2003-06-24 11:34:59 +00:00
parent 132a91cd8c
commit 2a88115d28

View File

@ -543,8 +543,8 @@ if ($propalid) {
*/
if ($action == 'presend')
{
$replytoname = $conf->propal->replytoname;
$replytomail = $conf->propal->replytomail;
$replytoname = $user->fullname;
$replytomail = $user->email;
$from_name = $user->fullname ; //$conf->propal->fromtoname;
$from_mail = $user->email; //conf->propal->fromtomail;