comparison README @ 1:56b67e2b35b1

Adds README.
author Sonny Piers <sonny.piers@gmail.com>
date Wed, 15 Jun 2011 06:20:32 +0200
parents
children 1299e2d8497f
comparison
equal deleted inserted replaced
0:e459f344d8bd 1:56b67e2b35b1
1 Notes:
2
3 This is experimental for the moment. Currently working on making it better.
4 I would love to get feedbacks.
5
6 Dependencies:
7 node-xmpp
8 Nodemailer
9 Optionnal dependency:
10 node-ispdb (for easy SMTP setup account, it will find smtp settings for a given email address)
11
12 configuration.js:
13 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;
14
15 How it works:
16 For example you wan't to send hello to john@email.com from the gateway mailer.xmpp.tld
17 Send a message to john%email.com@mailer.xmpp.tld
18
19 Licence MIT.