lfapi

diff config.js @ 5:ef8aff2e0f67

Replaced mailer by nodemailer for sending emails.HG:' are removed.
author bsw
date Mon Oct 24 20:53:24 2011 +0200 (2011-10-24)
parents ce6f95d23e1c
children 25aba6a34c44
line diff
     1.1 --- a/config.js	Mon Oct 24 20:32:49 2011 +0200
     1.2 +++ b/config.js	Mon Oct 24 20:53:24 2011 +0200
     1.3 @@ -23,13 +23,6 @@
     1.4  
     1.5  // mail server, email sender and subject settings
     1.6  exports.mail = {
     1.7 -  smtp_host:           'localhost',
     1.8 -  smtp_port:           '25',
     1.9 -  smtp_ssl:            false,
    1.10 -  smtp_domain:         'localhost',
    1.11 -  //smtp_authentication: 'login',
    1.12 -  //smtp_username:       'username',
    1.13 -  //smtp_password:       'password',
    1.14    from:                'Sender name <senderaddress@example.org>',
    1.15    subject_prefix:      '[email subject prefix] '
    1.16  };

Impressum / About Us