node-sendmail icon indicating copy to clipboard operation
node-sendmail copied to clipboard

I got some weird issue. Please see the screenshot below

Open ATHIRADI opened this issue 3 years ago • 1 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

ATHIRADI avatar Oct 07 '22 14:10 ATHIRADI

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!

birm avatar Jan 31 '23 20:01 birm