Mercurial > xmpp2smtp
diff configuration.js @ 5:c1a19866a233 default/master
Fix some bugs with SMTP settings.
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Wed, 15 Jun 2011 07:55:28 +0200 |
parents | e459f344d8bd |
children |
line wrap: on
line diff
--- a/configuration.js +++ b/configuration.js @@ -12,11 +12,11 @@ config.XMPP = { config.SMTP = { host: "smtp.example.com", port: 465, - authentication: "login", - username: "example(@example.com)", - from: "example@example.com", - password: "exemple", - ssl: true + ssl: true, + use_authentication: true, + user: "example(@example)", + pass: "example", + sender: "example@example" }; //Enable easy SMTP configuration for user when register to the component (use http://ispdb.mozillamessaging.com/ database) config.easySMTPConf = true;