# HG changeset patch # User Sonny Piers # Date 1308111849 -7200 # Node ID 1299e2d8497fa17284467541ba1935a11ee0f320 # Parent 56b67e2b35b1c5e3f427143e9b4b3ca08f76caca Clarify README. diff --git a/README b/README --- a/README +++ b/README @@ -1,19 +1,16 @@ -Notes: - -This is experimental for the moment. Currently working on making it better. -I would love to get feedbacks. - Dependencies: node-xmpp Nodemailer + Optionnal dependency: node-ispdb (for easy SMTP setup account, it will find smtp settings for a given email address) - -configuration.js: + +Configuration: 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; How it works: For example you wan't to send hello to john@email.com from the gateway mailer.xmpp.tld Send a message to john%email.com@mailer.xmpp.tld -Licence MIT. +Licence: +MIT