Mercurial > xmpp2smtp
comparison README @ 4:9dd291d1eebe
Storage folder.
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Wed, 15 Jun 2011 06:35:24 +0200 |
parents | fb9e6a945287 |
children | 1776fb122b80 |
comparison
equal
deleted
inserted
replaced
3:fb9e6a945287 | 4:9dd291d1eebe |
---|---|
7 Optionnal dependency: | 7 Optionnal dependency: |
8 node-ispdb (for easy SMTP setup account, it will find smtp settings for a given email address) | 8 node-ispdb (for easy SMTP setup account, it will find smtp settings for a given email address) |
9 | 9 |
10 Configuration: | 10 Configuration: |
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; | 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; |
12 By the way you need to create a folder "storage" here. | |
12 | 13 |
13 How it works: | 14 How it works: |
14 For example you wan't to send hello to john@email.com from the gateway mailer.xmpp.tld | 15 For example you wan't to send hello to john@email.com from the gateway mailer.xmpp.tld |
15 Send a message to john%email.com@mailer.xmpp.tld | 16 Send a message to john%email.com@mailer.xmpp.tld |
16 | 17 |