diff options
author | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-05-21 11:59:43 +0000 |
---|---|---|
committer | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-05-21 11:59:43 +0000 |
commit | 4bc19afd1f561aeb60efd356a65cb5ae35c25232 (patch) | |
tree | 01f4edd4a3e40c523b171e7cde44562799688beb /motion.php | |
parent | 99ee0407525ab98e56479f183af573c3a3451a69 (diff) | |
download | cacert-boardvoting-4bc19afd1f561aeb60efd356a65cb5ae35c25232.tar.gz cacert-boardvoting-4bc19afd1f561aeb60efd356a65cb5ae35c25232.tar.xz cacert-boardvoting-4bc19afd1f561aeb60efd356a65cb5ae35c25232.zip |
put return address on email
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@35 d4452222-2f33-11de-9270-010000000000
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/> |