1
|
1 Dependencies:
|
|
2 node-xmpp
|
|
3 Nodemailer
|
2
|
4
|
1
|
5 Optionnal dependency:
|
|
6 node-ispdb (for easy SMTP setup account, it will find smtp settings for a given email address)
|
2
|
7
|
|
8 Configuration:
|
1
|
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;
|
|
10
|
|
11 How it works:
|
|
12 For example you wan't to send hello to john@email.com from the gateway mailer.xmpp.tld
|
|
13 Send a message to john%email.com@mailer.xmpp.tld
|
|
14
|
2
|
15 Licence:
|
|
16 MIT
|