Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.1 KB

Mailx

Go Report Card Go Reference GitHub License codecov

Mailx is a library that makes it easier to send email via SMTP. It is an enhancement of the golang standard library net/smtp.

Compatibility

  • Compatible with go 1.16+

Features

Gomail supports:

  • Attachments
  • Embedded files
  • HTML and text templates
  • TLS connection and STARTTLS extension
  • Sending multiple emails with the same SMTP connection

Installing

go mod:

go get github.com/bgachenot/mailx

Example

Changes

See the CHANGES for changes.

License

See the LICENSE for Rights and Limitations (MIT).

toto