Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 412 Bytes

File metadata and controls

17 lines (9 loc) · 412 Bytes

simple mailgun mailer

~

snap install go --classic

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

cd mailer

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!