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
- Host: GitHub
- URL: https://github.com/baruwa-enterprise/goexim
- Owner: baruwa-enterprise
- License: mpl-2.0
- Created: 2018-12-11T07:06:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T13:34:02.000Z (over 5 years ago)
- Last Synced: 2024-06-20T22:36:14.220Z (about 2 years ago)
- Topics: exim, exim-golang, exim-spoolfile, exim4
- Language: Go
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# goexim
Golang Exim library
[](https://travis-ci.org/baruwa-enterprise/goexim)
[](https://codecov.io/gh/baruwa-enterprise/goexim)
[](https://goreportcard.com/report/github.com/baruwa-enterprise/goexim)
[](https://godoc.org/github.com/baruwa-enterprise/goexim)
[](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