Skip to content

aupous/email-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Console

Run project

Run with code

# Run this command on project directory
go run cmd/main.go email_template.json customers.csv emails/ errors.csv

Run with docker image

# Pull docker image
docker pull aupous/email-console

# Run bash in the downloaded image
docker run --rm -it --entrypoint /bin/sh aupous/email-console

# Run application
./app email_template.json customers.csv emails/ errors.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published