Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Sep 13, 2024
1 parent 0f9995f commit 3730740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bad-answer-alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function checkRequest($keys, $user_agent){
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";

/* additional headers */
$headers .= "From: A2J Viewer Feedback Form <a2jauthorfeedback@cali.org>\r\n";
$headers .= "From: A2J Viewer answerset parser <support@a2jauthor.org>\r\n";

/* and now mail it */
mail($to, $subject, $message, $headers);

0 comments on commit 3730740

Please sign in to comment.