Simple SMTP Relay Server writen with Go
I started this project because my Nextcloud Admin Mail not working on SSL/TLS, STARTLS.
$ cp config.example.yml config.yml
$ vi config.yml OR $ nano config.yml
$ go get github.com/mhale/smtpd gopkg.in/yaml.v3
$ go build main.go
Pull requests are always welcome.
Copyright (c) 2019, HyeongJong Choi. Released under the MIT License.