Mailin.io – A Node.js SMTP Server for Emails
Posted · Category: MIT License, Webmail
Mailin is a A node.js smtp server that receives emails, parses them and posts them as json to the url of your choice. It checks the incoming emails dkim, spf, spam score (using spamassassin) and tells you in which language the email is written.
Mailin can be used as a standalone application directly from the command line, or embedded inside a node application. Mailin relies heavily on the excellent work of @andris9 for the smtp and mail parsing services.
Requirements: Node.js
Demo: http://mailin.io/
License: MIT License
0 Comments