From 4bc19afd1f561aeb60efd356a65cb5ae35c25232 Mon Sep 17 00:00:00 2001 From: "community.cacert.org" Date: Thu, 21 May 2009 11:59:43 +0000 Subject: [PATCH] put return address on email git-svn-id: http://svn.cacert.cl/Software/Voting/vote@35 d4452222-2f33-11de-9270-010000000000 --- database.php | 4 ++-- motion.php | 4 ++-- proxy.php | 2 +- 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 "); } } } } -?> \ 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 +