Skip to content

baruwa-enterprise/goexim

Repository files navigation

goexim

Golang Exim library

Build Status codecov Go Report Card GoDoc MPLv2 License

Description

goexim is a Golang library for various exim mta functions

Requirements

  • Golang 1.10.x or higher

Getting started

To install the library

go get github.com/baruwa-enterprise/goexim

You can then import it in your code

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

Testing

make test

License

MPL-2.0