-
Notifications
You must be signed in to change notification settings - Fork 0
/
emailconf.yml.sample
35 lines (29 loc) · 961 Bytes
/
emailconf.yml.sample
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
# -*- mode: yaml -*-
# vim: set expandtab ts=4 sw=4:
# vim: set syntax=yaml:
---
msghdr:
from: 'Secret Santa <[email protected]>'
subject: '[Confidential] Your Secret Santa Info'
msgbody: |
Hi @FROM@,
Thanks for participating in this year's Secret Santa! We will meet on a
yet-to-be-finalized date to open gifts together and revel in the glory. Expect
another email soon confirming a date and time.
You have been chosen as the secret santa for: @TO@
Their mailing address is:
@TO_ADDRESS@
As a reminder, here are some guidelines:
* Keep the gift in a reasonable price range, including any shipping costs.
* Please be sure the gift will arrive before Christmas.
Happy Holidays!
smtpconf:
# Arguments to Email::Sender::Transport::SMTP
# FYI Depends on CPAN modules MIME::Base64 and Authen::SASL
host: smtp.example.com
ssl: 1
port: 465
# SMTP username
sasl_username: '[email protected]'
# SMTP password
sasl_password: asdf1234