aboutsummaryrefslogtreecommitdiff
path: root/config_example.yaml
blob: 180933db3000c32131845277e717c0ea03fd57c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
message:
  from: foo@example.com
  to: bar@example.com
  subject: New SMS From {{.From}} For {{.To}}
  template: |
    From: {{.From}}
      To: {{.To}}
    Date: {{.DateReceived.UTC}}

    {{.Message}}

smtp:
  hostname: example.com:465
  username: bar
  password: some password

twilio:
  address: 127.0.0.1:8080
  authToken: some token
  endpoint: /