-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_config.ini
More file actions
25 lines (23 loc) · 1.23 KB
/
example_config.ini
File metadata and controls
25 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[email]
smtp_server = smtp.your_server.com
smtp_port = 587
smtp_username = your_email@domain.com
smtp_password = your_password
smtp_from_name = Poll Administrator
smtp_replyto = your_reply-to@domain.com
[poll]
base_url = https://myserver/eazypoll/vote.php?token=
email_subject = Poll Question
question = Do you approve this proposal?
body_text = <p>We are seeking your input on an important matter that affects our organization.</p>
<p><strong>Background:</strong> This proposal has been reviewed by the board and is now being presented to all stakeholders for approval.</p>
<p><em>Please take a moment to consider your response carefully.</em></p>
<p>Click one of the following options to cast your vote:</p>
reminder_body_text = <html><body>
<p>This is a friendly reminder that we haven't received your vote yet.</p>
<p>We are seeking your input on an important matter that affects our organization.</p>
<p><strong>Background:</strong> This proposal has been reviewed by the board and is now being presented to all stakeholders for approval.</p>
<p><em>Please take a moment to consider your response carefully.</em></p>
<p>Click one of the following options to cast your vote:</p>
[files]
recipients_file = recipients.txt