3
+ − 1 Feedbacks, ideas wanted.
+ − 2
1
+ − 3 Dependencies:
+ − 4 node-xmpp
+ − 5 Nodemailer
2
+ − 6
1
+ − 7 Optionnal dependency:
+ − 8 node-ispdb (for easy SMTP setup account, it will find smtp settings for a given email address)
2
+ − 9
+ − 10 Configuration:
1
+ − 11 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;
4
+ − 12 By the way you need to create a folder "storage" here.
1
+ − 13
+ − 14 How it works:
+ − 15 For example you wan't to send hello to john@email.com from the gateway mailer.xmpp.tld
+ − 16 Send a message to john%email.com@mailer.xmpp.tld
+ − 17
2
+ − 18 Licence:
+ − 19 MIT
7
+ − 20
+ − 21 Acknowledgements
+ − 22 Kael for his precious advices