diff options
-rw-r--r-- | database.php | 4 | ||||
-rw-r--r-- | motion.php | 4 | ||||
-rw-r--r-- | proxy.php | 2 | ||||
-rw-r--r-- | vote.php | 4 |
4 files changed, 7 insertions, 7 deletions
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 <returns@caert.org>"); } } } } -?>
\ No newline at end of file +?> @@ -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 <returns@caert.org>"); } else { ?> <b>The motion has NOT been proposed!</b><br/> @@ -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 <returns@caert.org>"); } else { ?> <b>The motion has NOT been proposed!</b><br/> @@ -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 <returns@caert.org>"); } else { ?> <b>The vote has NOT been registered.</b><br/> @@ -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 <returns@caert.org>"); } else { ?> <b>Your vote has NOT been registered.</b><br/> @@ -104,4 +104,4 @@ BODY; } ?> </body> -</html>
\ No newline at end of file +</html> |