pricewise
pricewise copied to clipboard
Emails not sent on deployed website
Hi there,nodemailer function not work on my deployed website. "sendEmail" function has been called and no error happened on log but no mail has been sent.It works perfectly on localhost server
@GhosTHaise You need to remove the callback from the nodemailer sendEmail function otherwise, it does not return a promise... this causes the script in vercel to be terminated earlier hence not email being sent!
I am getting welcome message but there is no message when there is a price drop. Can you help me with it?
On Netlify, Vercel etc it didn't work. However after deploying it on my EC2 VPS it worked like a charm.
The issue is with nodemailer according to multiple replies on similar issues.
On Netlify, Vercel etc it didn't work. However after deploying it on my EC2 VPS it worked like a charm.
The issue is with nodemailer according to multiple replies on similar issues.
Thanks it works now !