Test email sending locally using Mailpit with .NET Aspire. Captures all outgoing emails without sending them. View rendered HTML, inspect headers, and verify delivery in integration tests. Use when testing email delivery locally without sending real emails, setting up email infrastructure in .NET Aspire, or writing integration tests that verify emails are sent.
$npx -y skills add wshaddix/dotnet-skills --skill aspire-mailpit-integrationInstalls into the current project.
Run `npx skills use "https://github.com/wshaddix/dotnet-skills" --skill "wshaddix/dotnet-skills/aspire-mailpit-integration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/wshaddix/dotnet-skills" that are relevant to the current task. Run `npx skills add "https://github.com/wshaddix/dotnet-skills"` and select the relevant skills, then follow their instructions.