diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-11-29 13:43:55 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-11-29 18:00:37 +0000 |
| commit | 5277c7123524f5cccbf5ce62f5aa93b4bed68b10 (patch) | |
| tree | 939ede863a41db0ffd2080f80600197458f8b7dc /configs | |
| parent | a5776d48925b1429b4704c11251220ab7143850f (diff) | |
First draft of the service
This version is pretty basic but it works.
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: / |
