Skip to content

visualbasic6/mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple mailgun mailer

~

snap install go --classic

git clone https://github.com/visualbasic6/mailer.git

cd mailer

touch subject.txt && touch body.html && touch recipients.txt

nano subject.txt, body.html and recipients.txt

/subject.txt = 1 line, the subject. /body.html = the email body. /recipients.txt = email addresses, add 'email' to the top of the file.

go run mailer.go

throttling can be modified in the code by beginners. happy blasting!

About

simple mailgun mailer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published