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`
About mailx
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.
Features
- Attachments and embedded files
- HTML and text templates
- TLS connection and STARTTLS extension
- Sending multiple emails with the same SMTP connection
- Comma-separated list of one or more addresses (RFC 5322 - 3.6.3 via #7)
Installing
go mod:
go get github.com/valord577/mailx
Example
- See example
Changes
See the CHANGES for changes.
License
See the LICENSE for Rights and Limitations (MIT).
Frequently Asked Questions
What is mailx?
mailx is a Email library for the Go programming language. Mailx is a library that makes it easier to send email via SMTP. It is an enhancement of the golang standard library `net/smtp`
How do I install mailx?
Install mailx with the Go module system using `go get valord577/mailx`. Check the repository for the current installation instructions.
What category does mailx belong to?
mailx is listed under Email, specifically Email.