https://github.com/valord577/mailx
A library that makes it easier to send email via SMTP.
https://github.com/valord577/mailx
email-sender go mail smtp
Last synced: about 2 months ago
JSON representation
A library that makes it easier to send email via SMTP.
- Host: GitHub
- URL: https://github.com/valord577/mailx
- Owner: valord577
- License: mit
- Created: 2021-11-11T12:12:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T17:09:36.000Z (11 months ago)
- Last Synced: 2024-07-31T20:51:17.252Z (9 months ago)
- Topics: email-sender, go, mail, smtp
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - 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 / Search and Analytic Databases)
- awesome-go-extra - mailx - 11-11T12:12:26Z|2022-02-08T12:07:54Z| (Email / Advanced Console UIs)
README
Mailx
======[](https://goreportcard.com/report/github.com/valord577/mailx)
[](https://pkg.go.dev/github.com/valord577/mailx)
[](LICENSE)
[](https://codecov.io/gh/valord577/mailx)
[](#)
[](https://badge.fury.io/go/github.com%2Fvalord577%2Fmailx)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](https://github.com/valord577/mailx/pull/7)Installing
------go mod:
```shell
go get github.com/valord577/mailx
```Example
------- See [example](example_test.go)
Changes
------See the [CHANGES](CHANGE.md) for changes.
License
------See the [LICENSE](LICENSE) for Rights and Limitations (MIT).