You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?
The text was updated successfully, but these errors were encountered: