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

https://github.com/baruwa-enterprise/goexim

Golang Exim library
https://github.com/baruwa-enterprise/goexim

exim exim-golang exim-spoolfile exim4

Last synced: 6 months ago
JSON representation

Golang Exim library

Awesome Lists containing this project

README

          

# goexim

Golang Exim library

[![Build Status](https://travis-ci.org/baruwa-enterprise/goexim.svg?branch=master)](https://travis-ci.org/baruwa-enterprise/goexim)
[![codecov](https://codecov.io/gh/baruwa-enterprise/goexim/branch/master/graph/badge.svg)](https://codecov.io/gh/baruwa-enterprise/goexim)
[![Go Report Card](https://goreportcard.com/badge/github.com/baruwa-enterprise/goexim)](https://goreportcard.com/report/github.com/baruwa-enterprise/goexim)
[![GoDoc](https://godoc.org/github.com/baruwa-enterprise/goexim?status.svg)](https://godoc.org/github.com/baruwa-enterprise/goexim)
[![MPLv2 License](https://img.shields.io/badge/license-MPLv2-blue.svg?style=flat-square)](https://www.mozilla.org/MPL/2.0/)

## Description

goexim is a Golang library for various exim mta functions

## Requirements

* Golang 1.10.x or higher

## Getting started

To install the library

```console
go get github.com/baruwa-enterprise/goexim
```

You can then import it in your code

```golang
import "github.com/baruwa-enterprise/goexim"
```

### Testing

``make test``

## License

MPL-2.0