forked from underbluewaters/secret-santa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml.template
47 lines (33 loc) · 1.24 KB
/
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
40
41
42
43
44
45
46
47
# Required to connect to your outgoing mail server. Example for using gmail:
# gmail
SMTP_SERVER: smtp.gmail.com
SMTP_PORT: 587
USERNAME: you@gmail.com
PASSWORD: "you're-password"
# Use this to generate the same set of pairs each time the script is run
# this can be useful in case someone loses their email and you can send the
# pairs out again with the sanme set of pairs
RANDOMSEED: 1234
TIMEZONE: 'US/Pacific'
PARTICIPANTS:
- Chad <chad@somewhere.net>
- Jen <jen@gmail.net>
- Bill <Bill@somedomain.net>
- Sharon <Sharon@hi.org>
# 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 <you@gmail.net>
# 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