From c5cd6a3749b62ff4b461c558b7478b81f700f08a Mon Sep 17 00:00:00 2001 From: WildEgo Date: Fri, 6 Jun 2025 00:27:43 +0100 Subject: [PATCH] add: SMTP Test service recommendation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5154b69..7079c3d 100644 --- a/README.md +++ b/README.md @@ -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.