Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 387 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 387 Bytes

simplemail

A basic mail forwarding app built using express, nodemailer, and the mail service mandrill.

Listens for incoming mail from mandrill on route "/inbound" on port 4000. Parses what arrives, and sends a copy to my gmail account. Currently does not handle attachments or anything fancy.