Mercurial > xmpp2smtp
comparison README @ 2:1299e2d8497f
Clarify README.
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Wed, 15 Jun 2011 06:24:09 +0200 |
parents | 56b67e2b35b1 |
children | fb9e6a945287 |
comparison
equal
deleted
inserted
replaced
1:56b67e2b35b1 | 2:1299e2d8497f |
---|---|
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: | 1 Dependencies: |
7 node-xmpp | 2 node-xmpp |
8 Nodemailer | 3 Nodemailer |
4 | |
9 Optionnal dependency: | 5 Optionnal dependency: |
10 node-ispdb (for easy SMTP setup account, it will find smtp settings for a given email address) | 6 node-ispdb (for easy SMTP setup account, it will find smtp settings for a given email address) |
11 | 7 |
12 configuration.js: | 8 Configuration: |
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; | 9 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 | 10 |
15 How it works: | 11 How it works: |
16 For example you wan't to send hello to john@email.com from the gateway mailer.xmpp.tld | 12 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 | 13 Send a message to john%email.com@mailer.xmpp.tld |
18 | 14 |
19 Licence MIT. | 15 Licence: |
16 MIT |