From 5277c7123524f5cccbf5ce62f5aa93b4bed68b10 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 29 Nov 2020 13:43:55 +0000 Subject: First draft of the service This version is pretty basic but it works. --- configs/example.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/example.yaml (limited to 'configs/example.yaml') 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: / -- cgit v1.2.3-70-g09d2