Email Button
A convenient mailto-based button component that opens the user's email client. Useful for contact links and reporting issues without requiring a backend.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
Why use "Web Email" (mailto)?
No Secrets Required
You don't need to store SMTP passwords or API keys in your client-side code.
Zero Backend
No need to maintain a server or cloud function just to send an email.
User Preference
Users can use their preferred email client, keeping a copy of the sent message in their outbox.