Categorygithub.com/maf1a/go-mail
repositorypackage
1.0.1
Repository: https://github.com/maf1a/go-mail.git
Documentation: pkg.go.dev

# README

Mailer

TODO

  • limit line length to 78 or 998 characters

    • be careful with 78 limit when sending token, could make trouble when copy/pasting
      • tokens are about 900 characters long
  • make sure CRLF (\r\n) is used in body

    • maybe do a replace?
  • Impl support for multiple recipients.

  • // BCC support

  • make logger injectable and do not log by default, thus maybe use a dummy logger

  • implement TLS support without StartTLS

  • impl option to enforce use of STARTTLS?