Golang Exim library
goexim is a Golang library for various exim mta functions
- Golang 1.10.x or higher
To install the library
go get github.com/baruwa-enterprise/goeximYou can then import it in your code
import "github.com/baruwa-enterprise/goexim"make test
MPL-2.0