email.yaml 247 B

1234567891011121314151617
  1. enabled: true
  2. from:
  3. from_name:
  4. to:
  5. to_name:
  6. mailer:
  7. engine: sendmail
  8. smtp:
  9. server: localhost
  10. port: 25
  11. encryption: none
  12. user: ''
  13. password: ''
  14. sendmail:
  15. bin: '/usr/sbin/sendmail -bs'
  16. content_type: text/html
  17. debug: false