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
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I created a micro for dispatch emails (expressjs), I added all the npm packages including nodemailer which is the common library for this purpose. On my local is work fine but when I deployed it, I updating the .env vars, the request is called from https://xxxxx.deta.dev but the email never was send. Exist some limit for mailing? micros are limited to return or send data only?
The text was updated successfully, but these errors were encountered:
I created a micro for dispatch emails (expressjs), I added all the npm packages including nodemailer which is the common library for this purpose. On my local is work fine but when I deployed it, I updating the .env vars, the request is called from https://xxxxx.deta.dev but the email never was send. Exist some limit for mailing? micros are limited to return or send data only?
The text was updated successfully, but these errors were encountered: