email.yaml 315 B

12345678910111213141516
  1. enabled: true
  2. from: kevin@figureslibres.io
  3. from_name: kevin
  4. to: kvntssr@gmail.com
  5. mailer:
  6. engine: smtp
  7. smtp:
  8. server: smtp.mailtrap.io
  9. port: 2525
  10. encryption: none
  11. user: 5d9e29d57426c3
  12. password: a207c1682777ef
  13. sendmail:
  14. bin: '/usr/sbin/sendmail -bs'
  15. content_type: text/html
  16. debug: false