lfapi

changeset 10:ad7255ce00c8

Fixed wrong argument name in nodemailer.send_mail call.
author bsw
date Mon Oct 24 21:27:46 2011 +0200 (2011-10-24)
parents 0f66da081ad3
children 5c6dec2a70a3
files lfapi/main.js
line diff
     1.1 --- a/lfapi/main.js	Mon Oct 24 21:25:12 2011 +0200
     1.2 +++ b/lfapi/main.js	Mon Oct 24 21:27:46 2011 +0200
     1.3 @@ -1043,7 +1043,7 @@
     1.4  
     1.5              // send email to user
     1.6              nodemailer.send_mail({
     1.7 -              from:           config.mail.from,
     1.8 +              sender:         config.mail.from,
     1.9                subject:        config.mail.subject_prefix + "Your LiquidFeedback API alpha test account needs confirmation",
    1.10                to:             member_notify_email,
    1.11                body: "\

Impressum / About Us