# HG changeset patch # User Sonny Piers # Date 1308111632 -7200 # Node ID 56b67e2b35b1c5e3f427143e9b4b3ca08f76caca # Parent e459f344d8bdcca7085b9bcb2125a2c5988d731f Adds README. diff -r e459f344d8bd -r 56b67e2b35b1 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Wed Jun 15 06:20:32 2011 +0200 @@ -0,0 +1,19 @@ +Notes: + +This is experimental for the moment. Currently working on making it better. +I would love to get feedbacks. + +Dependencies: + node-xmpp + Nodemailer +Optionnal dependency: + node-ispdb (for easy SMTP setup account, it will find smtp settings for a given email address) + +configuration.js: +config.SMTP are settings used if the XMPP user haven't registered to the gateway you can disable this feature by setting config.defaultSMTP to false; + +How it works: +For example you wan't to send hello to john@email.com from the gateway mailer.xmpp.tld +Send a message to john%email.com@mailer.xmpp.tld + +Licence MIT.