An open API service indexing awesome lists of open source software.

https://github.com/zcubbs/mail

A Mail package for Go. Handles Mail operations.
https://github.com/zcubbs/mail

go mail smtp

Last synced: 9 months ago
JSON representation

A Mail package for Go. Handles Mail operations.

Awesome Lists containing this project

README

          

# Mail

A Mail package for Go. Handles Mail operations.

[![tag](https://img.shields.io/github/tag/zcubbs/mail)](https://github.com/zcubbs/mail/releases)
![Go Version](https://img.shields.io/badge/Go-%3E%3D%201.21-%23007d9c)
[![GoDoc](https://godoc.org/github.com/zcubbs/mail?status.svg)](https://pkg.go.dev/github.com/zcubbs/mail)
[![Lint](https://github.com/zcubbs/mail/actions/workflows/lint.yaml/badge.svg)](https://github.com/zcubbs/mail/actions/workflows/lint.yaml)
[![Scan](https://github.com/zcubbs/mail/actions/workflows/scan.yaml/badge.svg?branch=main)](https://github.com/zcubbs/mail/actions/workflows/scan.yaml)
![Build Status](https://github.com/zcubbs/mail/actions/workflows/test.yaml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/zcubbs/mail)](https://goreportcard.com/report/github.com/zcubbs/mail)
[![Contributors](https://img.shields.io/github/contributors/zcubbs/mail)](https://github.com/zcubbs/mail/graphs/contributors)
[![License](https://img.shields.io/github/license/zcubbs/mail.svg)](./LICENSE)

## Usage

```bash
go get github.com/zcubbs/mail
```