diff --git a/helios/templates/email/vote_body.txt b/helios/templates/email/vote_body.txt
index 56adfb0bda4c2bf016c9108f4788da2d639fb3b3..f4f581bae267e8917326683c7c8ddfaa5ba28e45 100644
--- a/helios/templates/email/vote_body.txt
+++ b/helios/templates/email/vote_body.txt
@@ -4,6 +4,10 @@ Dear {{voter.name}},
 
 Election URL:  {{election_vote_url}}
 Election Fingerprint:  {{voter.election.hash}}
+{% if election.voting_start_at %}Voting start at {{election.voting_start_at}}
+{% endif %}{% if election.voting_end_at %}Voting end at {{election.voting_end_at}}
+{% endif %}
+
 {% ifequal voter.voter_type "password" %}
 Your voter ID: {{voter.voter_login_id}}
 Your password: {{voter.voter_password}}