diff options
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/example.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/example.yaml b/configs/example.yaml new file mode 100644 index 0000000..a4caa57 --- /dev/null +++ b/configs/example.yaml @@ -0,0 +1,20 @@ +message: + from: foo@example.com + to: bar@example.com + subject: New SMS From {{.From}} For {{.To}} + template: | + From: {{.From}} + To: {{.To}} + Date: {{.Date}} + + {{.Message}} + +smtp: + hostname: example.com:465 + username: bar + password: some password + +twilio: + address: /run/fwdsms/socket + authToken: some token + endpoint: / |
