Positionnement du replyto sur le mail et le nom de l'utilisateur en cours
This commit is contained in:
parent
132a91cd8c
commit
2a88115d28
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user