From 96e95cd4cceab2a49781e7e08bd5919dc8eddd4e Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 6 Aug 2025 09:28:31 +0200 Subject: [PATCH] Add letter opener info to mastodon testing --- docs/testing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/testing.md b/docs/testing.md index 06b4ee9..4104823 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -50,6 +50,10 @@ Start the server: foreman start ``` +The server should now be live at: http://localhost:3000/ + +You can view any emails sent by Mastodon at: http://localhost:3000/letter_opener/ + ## Pleroma https://docs-develop.pleroma.social/backend/development/setting_up_pleroma_dev/