Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 273 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 273 Bytes

Mailinator Stuff

Used to subscribe to a public mailinator address to fetch all incomming emails


You can switch the mailbox your are subscribed to by changing the targetInbox
func main() {
 targetInbox := "test"
 ...
 ...
 ...