go-mail/README.md

8 lines
750 B
Markdown
Raw Normal View History

2022-03-05 12:10:20 +01:00
# go-mail - Simple and easy way to send mails in Go
[![Go Report Card](https://goreportcard.com/badge/github.com/wneessen/go-mail)](https://goreportcard.com/report/github.com/wneessen/go-mail) [![Build Status](https://api.cirrus-ci.com/github/wneessen/go-mail.svg)](https://cirrus-ci.com/github/wneessen/go-mail) <a href="https://ko-fi.com/D1D24V9IX"><img src="https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue.png" height="20" alt="buy ma a coffee"></a>
The main idea of this library is to provide a simple interface to sending mails for
my [JS-Mailer](https://github.com/wneessen/js-mailer) project.
This library is **WIP** an should not be considered "production ready" before v1.0 is released.