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/bigmailandgo build -o bigmail github.com/dndx/bigmail/main. This will generatebigmailat your current working directory. ./bigmailto 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