email.yaml 348 B

12345678910111213141516171819202122
  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. sendmail:
  20. bin: '/usr/sbin/sendmail -bs'
  21. content_type: text/html
  22. debug: false