Skip to content

maf1a/go-mail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%