diff options
Diffstat (limited to 'motion.php')
-rw-r--r-- | motion.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/> |