lfapi

changeset 9:0f66da081ad3

Fixed wrong file name of sendmail binary (bin->sbin).
author bsw
date Mon Oct 24 21:25:12 2011 +0200 (2011-10-24)
parents 97b15852803e
children ad7255ce00c8
files lfapi/main.js
line diff
     1.1 --- a/lfapi/main.js	Mon Oct 24 21:20:39 2011 +0200
     1.2 +++ b/lfapi/main.js	Mon Oct 24 21:25:12 2011 +0200
     1.3 @@ -1039,7 +1039,7 @@
     1.4            
     1.5            db.query(conn, req, res, query, function (result, conn) {
     1.6  
     1.7 -            nodemailer.sendmail = '/usr/bin/sendmail';
     1.8 +            nodemailer.sendmail = '/usr/sbin/sendmail';
     1.9  
    1.10              // send email to user
    1.11              nodemailer.send_mail({

Impressum / About Us