Introduction
Create and send emails in .NET, directly from your monorepo
Setting up
BlazorEmail is simple to add to a solution, and can be done in a few clicks.
Components
The core of BlazorEmail are its components, abstracting away the 90s-era HTML, allowing you to write captivating emails faster.
A React html component to wrap emails.
Head
A component for managing meta tags and styles in email templates.
Preview
Renders a hidden preview of a text block within the email template.
Body
The main content area for your email, containing all elements.
Section
A container for organizing sections in your email template.
Heading
A component for rendering headings in different styles.
Text
A simple component for rendering paragraphs with customizable styles.
Image
A component to render images in your email template.
Hr
A horizontal line to separate content in your email.
NavLink
A navigation link component for structured email navigation.
Container
A component that acts as a flexible container for email content.
Integrations
BlazorEmail will work with any 3rd party email service provider, using the built-in render utilities to render an email to an HTML string.