email.yaml 393 B

1234567891011121314151617181920
  1. enabled: true
  2. from: kvntssr@gmail.com
  3. to: kvntssr@gmail.com
  4. queue:
  5. enabled: false
  6. flush_frequency: '* * * * *'
  7. flush_msg_limit: 10
  8. flush_time_limit: 100
  9. mailer:
  10. engine: smtp
  11. smtp:
  12. server: smtp.mailtrap.io
  13. port: 587
  14. encryption: none
  15. user: 5e920233e534b8
  16. password: a78fb10acda1fc
  17. sendmail:
  18. bin: '/usr/sbin/sendmail -bs'
  19. content_type: text/html
  20. debug: false