• Stars
    star
    11
  • Rank 1,638,493 (Top 34 %)
  • Language
    Go
  • License
    MIT License
  • Created over 2 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A library that makes it easier to send email via SMTP.

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
  • 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/valord577/mailx

Example

Changes

See the CHANGES for changes.

License

See the LICENSE for Rights and Limitations (MIT).