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
After calling the mandrill API we should check the status field in the response. If the provided email address was wrong (example: [email protected] instead of [email protected]), the status field will be invalid (or something similar - check the mandrill docs).
We should then tell the user that the initiative was registered and will be reviews, however the email was not sent.
The text was updated successfully, but these errors were encountered:
After calling the mandrill API we should check the
status
field in the response. If the provided email address was wrong (example:[email protected]
instead of[email protected]
), thestatus
field will beinvalid
(or something similar - check the mandrill docs).We should then tell the user that the initiative was registered and will be reviews, however the email was not sent.
The text was updated successfully, but these errors were encountered: