Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T17:09:36.000Z (5 months ago)
- Last Synced: 2024-07-31T20:51:17.252Z (3 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
======[![Go Report](https://goreportcard.com/badge/github.com/valord577/mailx)](https://goreportcard.com/report/github.com/valord577/mailx)
[![Go Reference](https://pkg.go.dev/badge/github.com/valord577/mailx.svg)](https://pkg.go.dev/github.com/valord577/mailx)
[![License](https://img.shields.io/github/license/valord577/mailx)](LICENSE)
[![Codecov](https://codecov.io/gh/valord577/mailx/branch/main/graph/badge.svg?token=GXGTBNC94F)](https://codecov.io/gh/valord577/mailx)
[![Go compat](https://img.shields.io/github/go-mod/go-version/valord577/mailx?label=compatibility)](#)
[![Go module](https://badge.fury.io/go/github.com%2Fvalord577%2Fmailx.svg)](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).