-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
51 lines (42 loc) · 1.01 KB
/
config.ini
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[SMTP]
# This is the smtp server and port, you shouldn't
# really need to modify these
SERVER = smtp.gmail.com
PORT = 465
# This is your email and password for smtp, which
# will be the same as your gmail username and password
#
# If you have 2fa, you'll need to go to gmail settings
# and make a custom 3rd party password
# https://security.google.com/settings/security/apppasswords
USERNAME = [email protected]
PASSWORD = your_password
[GAME]
# This is all the participants
#
# The format is:
# <name> <email>
PLAYERS =
Jack [email protected]
Kate [email protected]
John [email protected]
Walt [email protected]
# These are pairs you do not want to be possible
#
# For example, Jack and John have a questionable history,
# so we dont want them to get paired
#
# The format is:
# <name>, <name>
BADMATCHES =
Jack, John
Walt, Kate
[EMAIL]
# This is the email subject
SUBJECT = Secret Santa
# This is the email body
BODY =
Dear {santa},
You got {santee} for secret santa.
The price limit is $20.
Have fun!