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
Emails should be stored in database and queued to be send.
Emails module (modular monolith).
Emails should not block commands.
Emails should be send separately.
Save email to db then send email from event email created (email added to the database) etc..
Then fire internal event handler to send email.
Use mediatR.
The text was updated successfully, but these errors were encountered:
Emails should be stored in database and queued to be send.
Emails module (modular monolith).
Emails should not block commands.
Emails should be send separately.
Save email to db then send email from event email created (email added to the database) etc..
Then fire internal event handler to send email.
Use mediatR.
The text was updated successfully, but these errors were encountered: