pricewise icon indicating copy to clipboard operation
pricewise copied to clipboard

Emails not sent on deployed website

Open GhosTHaise opened this issue 1 year ago • 3 comments

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 image

GhosTHaise avatar Oct 18 '23 18:10 GhosTHaise

@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!

UjwalPatel05 avatar Nov 22 '23 06:11 UjwalPatel05

I am getting welcome message but there is no message when there is a price drop. Can you help me with it?

sathyashiva9 avatar Mar 05 '24 06:03 sathyashiva9

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.

mohamedaleya avatar Apr 03 '24 00:04 mohamedaleya

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 !

GhosTHaise avatar Aug 20 '24 17:08 GhosTHaise