Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 294 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 294 Bytes

dnd-dump

javac GetClassEmails.java
java GetClassEmails 11 > 11s

emailer

Edit subject and sender in Spammer.java. Put body of message in a file named email and list of addresses in a file named recipients.

./compile
./send

todo

Parameterize subject and sender.