mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 05:01:58 +00:00
add a reply-to header in mails from the webpage
This commit is contained in:
parent
bd33c02afe
commit
bf539989e3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?
|
||||
if (isset($clicked)) {
|
||||
StripSlashes($message);
|
||||
mail("quake-user@lists.sourceforge.net", "Comments (Sent from www.quakeforge.net)", StripSlashes($message), "From: $sender\r\n");
|
||||
mail("quake-user@lists.sourceforge.net", "Comments (Sent from www.quakeforge.net)", StripSlashes($message), "From: $sender\r\nReply-To: $sender\r\n");
|
||||
header("Location: http://www.quakeforge.net/thanks.php");
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue