An email sender program that's able to read data from .csv file and send email with html template if necessary. Includes file downloader from url, csv reader, and html to email body converter.
- Add missing and removes unused modules and dependencies from the go.mod file using
make tidy
orgo mod tidy
- Run the entire codes using
make run
orgo run .