forked from underbluewaters/secret-santa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml.template
39 lines (26 loc) · 1002 Bytes
/
config.yml.template
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
# Required to connect to your outgoing mail server. Example for using gmail:
SMTP_SERVER: smtp.gmail.com
SMTP_PORT: 587
TIMEZONE: 'US/Pacific'
PARTICIPANTS:
- Chad <[email protected]>
- Jen <[email protected]>
- Bill <[email protected]>
- Sharon <[email protected]>
# Warning -- if you mess this up you could get an infinite loop
DONT_PAIR:
- Chad -> Jen # Chad and Jen are married
- Chad -> Bill # Chad and Bill are best friends
- Bill -> Sharon
# From address should be the organizer in case participants have any questions
FROM: You <[email protected]>
# Both SUBJECT and MESSAGE can include variable substitution for the
# "santa" and "santee"
SUBJECT: Your secret santa recipient is {santee}
MESSAGE:
Dear {santa},
This year you are {santee}'s Secret Santa!. Ho Ho Ho!
The maximum spending limit is 50.00
This message was automagically generated from a computer.
Nothing could possibly go wrong...
http://github.com/underbluewaters/secret-santa