1
|
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.
|