put return address on email

git-svn-id: http://svn.cacert.cl/Software/Voting/vote@35 d4452222-2f33-11de-9270-010000000000
reality
community.cacert.org 16 years ago
parent 99ee040752
commit 4bc19afd1f

@ -74,7 +74,7 @@ Kind regards,
the voting system. the voting system.
BODY; BODY;
mail($board,"Re: ".$decision['tag']." - ".$decision['title'],$body); mail($board,"Re: ".$decision['tag']." - ".$decision['title'],$body,"From: Voting System <returns@caert.org>");
} }
} }
} }

@ -81,7 +81,7 @@ again.
Kind regards, Kind regards,
the voting system the voting system
BODY; BODY;
mail($board,"Re: $tag - $title",$body); mail($board,"Re: $tag - $title",$body,"From: Voting System <returns@caert.org>");
} else { } else {
?> ?>
<b>The motion has NOT been proposed!</b><br/> <b>The motion has NOT been proposed!</b><br/>
@ -136,7 +136,7 @@ Abstain: $voteurl&vote=0
Kind regards, Kind regards,
the voting system the voting system
BODY; BODY;
mail($board,"$tag - $title",$body); mail($board,"$tag - $title",$body,"From: Voting System <returns@caert.org>");
} else { } else {
?> ?>
<b>The motion has NOT been proposed!</b><br/> <b>The motion has NOT been proposed!</b><br/>

@ -83,7 +83,7 @@ Kind regards,
the vote system the vote system
BODY; BODY;
mail($board,"Re: $tag - $title",$body); mail($board,"Re: $tag - $title",$body,"From: Voting System <returns@caert.org>");
} else { } else {
?> ?>
<b>The vote has NOT been registered.</b><br/> <b>The vote has NOT been registered.</b><br/>

@ -67,7 +67,7 @@ Kind regards,
the vote system the vote system
BODY; BODY;
mail($board,"Re: $tag - $title",$body); mail($board,"Re: $tag - $title",$body,"From: Voting System <returns@caert.org>");
} else { } else {
?> ?>
<b>Your vote has NOT been registered.</b><br/> <b>Your vote has NOT been registered.</b><br/>

Loading…
Cancel
Save