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
Currently the email provider zoho will block sending of emails if concurrently multiple emails are sent.
Also during registration, if email is not sent(to a single user) due to such blocking, backend returns Registration failed response even though response was successful.
To overcome all this, use Sendgrid API for handling emails next time this project is used.
The text was updated successfully, but these errors were encountered:
Currently the email provider zoho will block sending of emails if concurrently multiple emails are sent.
Also during registration, if email is not sent(to a single user) due to such blocking, backend returns Registration failed response even though response was successful.
To overcome all this, use Sendgrid API for handling emails next time this project is used.
The text was updated successfully, but these errors were encountered: