What problem does it solve?
Manually configuring SMTP email sending for Jarvis framework ASP.NET Core backends is time-consuming and prone to errors, especially when handling service registration, configuration settings, and secure credential management.
Core Features & Use Cases
- Orchestrated Setup: Coordinates the installation and configuration of Jarvis.Notification and Jarvis.Notification.Mailkit packages for seamless SMTP integration.
- Dual Workflows: Provides separate guided workflows for initial email sender setup and updating existing SMTP configurations or sender implementations.
- Security Guardrails: Enforces best practices such as never committing SMTP passwords to source control, and includes templates for correct service registration and appsettings configuration. For example, a developer building a user registration feature that sends welcome emails can use this skill to quickly add functional, secure email sending to their Jarvis Host project without manual wiring.
Quick Start
Use the notification-dotnet skill to set up SMTP email sending for your Jarvis .NET backend by following the init workflow if you do not have an existing email sender configured.