guileen / node-sendmail

send mail without setting up a SMTP server
http://guileen.github.com/node-sendmail
MIT License
559 stars 110 forks source link

I got some weird issue. Please see the screenshot below #90

Open ATHIRADI opened 1 year ago

ATHIRADI commented 1 year ago

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

birm commented 1 year ago

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!