smtp.conf.example 310 B

12345678910111213141516
  1. # This is an example of SMTP authentication
  2. #
  3. id = 103
  4. type = smtp
  5. name = GMail
  6. is_activated = true
  7. [config]
  8. # Either "PLAIN" or "LOGIN"
  9. auth = PLAIN
  10. host = smtp.gmail.com
  11. port = 587
  12. allowed_domains =
  13. tls = true
  14. skip_verify = false