Skip to content

andrewstucki/gomail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo '{"body": "test", "id": "12efa1321", "recipientCount": 10000, "from": "test@gmail.com", "subject": "Test send"}' > messages.txt && for i in {1..10000}; do echo "{"to": "subscriber${i}@sink.localhost", "id": "${i}"}"; done >> messages.txt

echo '{"body": "test2", "id": "12efa1322", "recipientCount": 10000, "from": "test@gmail.com", "subject": "Test 2 send"}' > messages2.txt && for i in {1..10000}; do echo "{"to": "subscriber${i}@sink.localhost", "id": "${i}"}"; done >> messages2.txt

About

Go-based bulk mailer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages