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
To send notifications of any kind, we need to be able to send emails.
We should use react-email for templating emails.
For development, we can use maildev in the docker compose file
Configuration should be as simple as just having an smtp server configured, should be optional, it just ignores any email sending requests if no smtp server is configured.
The text was updated successfully, but these errors were encountered:
To send notifications of any kind, we need to be able to send emails.
react-email
for templating emails.maildev
in the docker compose fileThe text was updated successfully, but these errors were encountered: