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.