Total Pageviews

Tuesday, 11 October 2022

bigmail

 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 and go build -o bigmail github.com/dndx/bigmail/main. This will generate bigmail 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