Email Management¶
Use Email Management when you need to configure how SkyCMS sends messages such as contact notifications, account confirmation, and password reset email.
What You Can Do¶
- Choose an email delivery provider
- Configure credentials and sender identity
- Test delivery from your environment
- Troubleshoot common send failures
When to Use This Area¶
- Initial platform setup
- Environment changes (new domain, new credentials, provider migration)
- Ongoing operational checks and troubleshooting
Main Controls and What They Do¶
| Control or Setting | What it does |
|---|---|
| Provider selection | Chooses which email service SkyCMS uses |
| Sender identity fields | Defines display name and from address |
| Credential fields | Stores API key, connection string, or SMTP credentials |
| Test send | Sends a verification email to validate configuration |
| Environment variable mapping | Lets you manage secrets outside source control |
Common Tasks¶
Configure email for the first time¶
- Pick a provider (ACS, SendGrid, SMTP, or NoOp for local test).
- Add provider credentials.
- Set sender display name and from email.
- Save settings.
- Run test send and confirm delivery.
Troubleshoot missing contact emails¶
- Verify active provider and credentials.
- Run test send.
- Check spam/quarantine and sender policy setup.
- Confirm contact notification settings are enabled.
- Review environment variable overrides if behavior differs by environment.