Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,21 @@ The first user to register automatically becomes the **platform admin**. Open th

### System Email and Password Reset

Clawith can send platform-owned emails for password reset and optional broadcast delivery. Configure SMTP in `.env`:
Clawith can send platform-owned emails for password reset and optional broadcast delivery.

Primary configuration path:

1. Open **Admin** → **Platform Settings** (`/admin/platform-settings`)
2. Go to the **Platform** tab
3. Fill **System Email Configuration** (From address/name, SMTP host/port, username, password, SSL/TLS, timeout)
4. Click **Save**, then use **Send Test Email** to verify delivery

Configuration priority:

- First: values saved in Platform Settings (`system_email_platform`)
- Fallback: SMTP values from `.env` (useful for local/dev bootstrap)
Comment thread
Christos-Papoulas marked this conversation as resolved.
Outdated

`.env` fallback example:

```bash
PUBLIC_BASE_URL=http://localhost:3008
Expand Down