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') if ($action == 'presend')
{ {
$replytoname = $conf->propal->replytoname; $replytoname = $user->fullname;
$replytomail = $conf->propal->replytomail; $replytomail = $user->email;
$from_name = $user->fullname ; //$conf->propal->fromtoname; $from_name = $user->fullname ; //$conf->propal->fromtoname;
$from_mail = $user->email; //conf->propal->fromtomail; $from_mail = $user->email; //conf->propal->fromtomail;