📚 mailx - Awesome Go Library for Email

Go Gopher mascot for mailx

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

🏷️ Email
📂 Libraries and tools that implement email creation and sending.
19 stars
View on GitHub 🔗

Detailed Description of mailx

Mailx

Go Report Go Reference License Codecov Go compat Go module

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

Features

Gomail supports:

  • Attachments and embedded files
  • HTML and text templates
  • TLS connection and STARTTLS extension
  • Sending multiple emails with the same SMTP connection
  • Single destination headers are used in compliance with RFC 5322 #7

Installing

go mod:

go get github.com/valord577/mailx

Example

Changes

See the CHANGES for changes.

License

See the LICENSE for Rights and Limitations (MIT).