email.yaml 189 B

12345678910111213
  1. enabled: true
  2. from: ''
  3. to: ''
  4. mailer:
  5. engine: mail
  6. smtp:
  7. server: localhost
  8. port: 25
  9. encryption: none
  10. user: ''
  11. password: ''
  12. sendmail:
  13. bin: '/usr/sbin/sendmail'