add: SMTP Test service recommendation.

This commit is contained in:
WildEgo 2025-06-06 00:27:43 +01:00
parent 44b826a741
commit c5cd6a3749

View File

@ -29,3 +29,5 @@ This starts your app in development mode, rebuilding assets on file changes.
Manually boot up a PostgreSQL instance, manually run the migrations under the `drizzle` directory, set the `.env` variables and you should be good to go.
Set the `STORAGE` enviroment variables even tho the integration is not done they're validated, make sure `STORAGE_ENDPOINT` is an url, there is no need to be valid.
If you wish to experiment with the email bits I recommend setting up something such as [MailCrab](https://github.com/tweedegolf/mailcrab) on docker or use another SMTP test server.