email.yaml 366 B

1234567891011121314151617181920212223
  1. enabled: true
  2. from:
  3. from_name:
  4. to:
  5. to_name:
  6. queue:
  7. enabled: false
  8. flush_frequency: '* * * * *'
  9. flush_msg_limit: 10
  10. flush_time_limit: 100
  11. mailer:
  12. engine: sendmail
  13. smtp:
  14. server: localhost
  15. port: 25
  16. encryption: none
  17. user: ''
  18. password: ''
  19. auth_mode: ''
  20. sendmail:
  21. bin: '/usr/sbin/sendmail -bs'
  22. content_type: text/html
  23. debug: false