A Golang project demonstrating concurrent programming by writing a simple mass email sender.
To use:
- Compile the Cli by running
go get github.com/dndx/bigmail
andgo build -o bigmail github.com/dndx/bigmail/main
. This will generatebigmail
at your current working directory. ./bigmail
to see usages
bigmail contains a sender library and could be integrated into existing project easily.
Benchmark
bigmail
sends email very efficiently thanks to the concurrent model offered by Golang.
from https://github.com/dndx/bigmail
No comments:
Post a Comment