guileen / node-sendmail

send mail without setting up a SMTP server

Home Page:http://guileen.github.com/node-sendmail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I got some weird issue. Please see the screenshot below

ATHIRADI opened this issue · comments

I'm using an express js MVC structure like a server and with this Node-Sendmail package. I got some different types of errors. Can anyone please help me to resolve this error?

email error

commented

your loginShow function invokes sendmail with no arguments, which fails since the first argument is undefined. You should call sendmail on line 47 how you did on line 29. I hope this helps!