Added Reply-To: support.
This commit is contained in:
parent
5cfac6b500
commit
a9224f0021
@ -450,6 +450,7 @@ sub email_template {
|
||||
$email .= "To: ".$args -> {"***to***"}."\n";
|
||||
$email .= "Cc: ".$args -> {"***cc***"}."\n" if($args -> {"***cc***"});
|
||||
$email .= "Bcc: ".$args -> {"***bcc***"}."\n" if($args -> {"***bcc***"});
|
||||
$email .= "Reply-To: ".$args -> {"***replyto***"}."\n" if($args -> {"***replyto***"});
|
||||
$email .= "Subject: ".$args -> {"***subject***"}."\n";
|
||||
$email .= "Date: ".strftime($args -> {"***date***"})."\n" if($args -> {"***date***"});
|
||||
$email .= "\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user