-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelves.yml
42 lines (42 loc) · 1.32 KB
/
elves.yml
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
---
# Adapt with your message. You can use placeholders {{name}} and {{target_name}}
message:
subject: Secret santa Dunder Mifflin - mission for you {{name}}
body:
- Ho ho ho! Hello {{name}}!
- I heard you were nice this year at Dunder Mifflin, so I think that you deserve a little something.
- I would have loved to take care of it myself but I'm a bit busy these days...
- Could you please find something to offer to {{target_name}}? The budget is $10.
- Thank you very much for your help <(:{)
- (this email has been sent automatically, each member of your team received their own)
# Configure the members of your secret santa project
elves:
-
name: Jim
email: [email protected]
-
name: Pam
email: [email protected]
-
name: Michael
email: [email protected]
-
name: Dwight
email: [email protected]
-
name: Angela
email: [email protected]
# Mail is used under the hood, so args can differ as long as they match delivery_method args:
# Mail.defaults do
# delivery_method [method], [args]
# end
# See https://github.com/mikel/mail/
transport:
from: [email protected]
method: smtp
args:
address: smtp.something.fr
port: 1234
user_name: plop
password: foobar
enable_ssl: true