8 lines
313 B
Markdown
8 lines
313 B
Markdown
# Emails
|
|
|
|
Server-side email delivery via SendGrid.
|
|
|
|
## Key Files
|
|
|
|
- **`AcEmailServiceServer.cs`** — Implements `IAcEmailServiceServer`. Uses `SendGridClient` to send templated emails. Methods: `SendLostPasswordEmailAsync()` (password reset with token), `SendRegistrationEmailAsync()` (confirmation with token).
|