Skip to content

📧 An e-mail sender program with a csv reader and file downloader by url created using Golang

Notifications You must be signed in to change notification settings

zetsux/go-email-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Email Sender

Description

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.

How to Run

  1. Add missing and removes unused modules and dependencies from the go.mod file using make tidy or go mod tidy
  2. Run the entire codes using make run or go run .

About

📧 An e-mail sender program with a csv reader and file downloader by url created using Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published