api2smtp/config.yaml
2020-06-11 19:09:13 +02:00

12 lines
214 B
YAML

domain: localhost
debug: true
port: 7404
smtp-from: "no-reply@domain.com"
smtp-to: "my@domain.com"
smtp-subject: "Contact"
smtp-host: "smtp.domain.com"
smtp-user: ""
smtp-password: ""
smtp-port: 587
smtp-tls: true