From 230a786d6eeb15e6b2261670e730e8adb949445e Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Fri, 3 Jan 2025 15:58:52 -0500 Subject: [PATCH] docs: add instructions for customizing email subject in admin site --- documentation/docs/configuration/email.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/docs/configuration/email.md b/documentation/docs/configuration/email.md index f3fb313..5312910 100644 --- a/documentation/docs/configuration/email.md +++ b/documentation/docs/configuration/email.md @@ -22,3 +22,13 @@ environment: - EMAIL_HOST_PASSWORD='password' - DEFAULT_FROM_EMAIL='user@example.com' ``` + +## Customizing Emails + +By default, the email will display `[example.com]` in the subject. You can customize this in the admin site. + +1. Go to the admin site (serverurl/admin) +2. Click on `Sites` +3. Click on first site, it will probably be `example.com` +4. Change the `Domain name` and `Display name` to your desired values +5. Click `Save`