Mercurial > xmpp2smtp
changeset 1:56b67e2b35b1
Adds README.
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Wed, 15 Jun 2011 06:20:32 +0200 |
parents | e459f344d8bd |
children | 1299e2d8497f |
files | README |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/README @@ -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.