Email not received on production

Hi,

I’m struggling with the email API and I need some help.

Basically, the email is sent and working fine on development. But once in Production, the email does not send anything.

I’m using a private email.
Is there anything I miss in the process?

Thank you,

Hi @morningstardev13,

what is the configuration you put in for the smtp-server?
I set the rocess.env.MAIL_URL = to the url with username/password etc, and that seemed to cover it…

regards,

Paul

1 Like

Hi @pwiegers,
Thank you so much for responding.
I got it working fine.

It was a timeout problem.
But I solved it.

Love,