Email service
CodeBlock DevKit includes a built-in email service for your SaaS: you turn it on and supply provider details through the Settings module in the Admin Panel, then call IEmailService from your own application code whenever you need to send a message.
Where to go next
- Configuration — How email fits into Settings (provider, templates, languages).
- Services — The
IEmailServicecontract you inject. - Tutorials — A small example of sending a custom email.
For operator steps (provider accounts, fields in the UI), use Settings — Tutorials: Email.