diff --git a/database.php b/database.php index be20eb0..07f3318 100644 --- a/database.php +++ b/database.php @@ -74,9 +74,9 @@ Kind regards, the voting system. BODY; - mail($board,"Re: ".$decision['tag']." - ".$decision['title'],$body); + mail($board,"Re: ".$decision['tag']." - ".$decision['title'],$body,"From: Voting System "); } } } } -?> \ No newline at end of file +?> diff --git a/motion.php b/motion.php index 515e25c..60cfb0d 100644 --- a/motion.php +++ b/motion.php @@ -81,7 +81,7 @@ again. Kind regards, the voting system BODY; - mail($board,"Re: $tag - $title",$body); + mail($board,"Re: $tag - $title",$body,"From: Voting System "); } else { ?> The motion has NOT been proposed!
@@ -136,7 +136,7 @@ Abstain: $voteurl&vote=0 Kind regards, the voting system BODY; - mail($board,"$tag - $title",$body); + mail($board,"$tag - $title",$body,"From: Voting System "); } else { ?> The motion has NOT been proposed!
diff --git a/proxy.php b/proxy.php index 77bcc89..6d4731f 100644 --- a/proxy.php +++ b/proxy.php @@ -83,7 +83,7 @@ Kind regards, the vote system BODY; - mail($board,"Re: $tag - $title",$body); + mail($board,"Re: $tag - $title",$body,"From: Voting System "); } else { ?> The vote has NOT been registered.
diff --git a/vote.php b/vote.php index b357cf1..f2445c0 100644 --- a/vote.php +++ b/vote.php @@ -67,7 +67,7 @@ Kind regards, the vote system BODY; - mail($board,"Re: $tag - $title",$body); + mail($board,"Re: $tag - $title",$body,"From: Voting System "); } else { ?> Your vote has NOT been registered.
@@ -104,4 +104,4 @@ BODY; } ?> - \ No newline at end of file +