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
Is it possible to manage the situation where the email sent comes back with an error code. So we check the existing field in the user table, indicating that the registered email is no longer valid
Who can do it
All users
Dependencies
Mandatory ➡️ #960
Facultative ➡️ #882
Feature description
Needed Parameters for the email :
If the email sending raises an exception because the email is invalid, set the mail_is_valid property of the recipient to true.
Inversely, if the mail was marked as invalid, if the sending succeeds, mark it as valid.
If [NOTIFICATION] Create and mark as read #882 is implemented, create a notification for the recipient.
Route & body
POST /api/v1/users/:recipientId/messages
The text was updated successfully, but these errors were encountered: