mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
docs: add instructions for customizing email subject in admin site
This commit is contained in:
parent
259f2e75c2
commit
230a786d6e
1 changed files with 10 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue