put return address on email

git-svn-id: http://svn.cacert.cl/Software/Voting/vote@35 d4452222-2f33-11de-9270-010000000000
This commit is contained in:
community.cacert.org 2009-05-21 11:59:43 +00:00
parent 99ee040752
commit 4bc19afd1f
4 changed files with 7 additions and 7 deletions

View file

@ -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>");
}
}
}
}
?>
?>

View 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/>

View file

@ -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/>

View file

@ -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>
</html>