Tempo.Blazor.EmailTemplates.Abstractions 2.8.3

dotnet add package Tempo.Blazor.EmailTemplates.Abstractions --version 2.8.3
                    
NuGet\Install-Package Tempo.Blazor.EmailTemplates.Abstractions -Version 2.8.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tempo.Blazor.EmailTemplates.Abstractions" Version="2.8.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tempo.Blazor.EmailTemplates.Abstractions" Version="2.8.3" />
                    
Directory.Packages.props
<PackageReference Include="Tempo.Blazor.EmailTemplates.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Tempo.Blazor.EmailTemplates.Abstractions --version 2.8.3
                    
#r "nuget: Tempo.Blazor.EmailTemplates.Abstractions, 2.8.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Tempo.Blazor.EmailTemplates.Abstractions@2.8.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tempo.Blazor.EmailTemplates.Abstractions&version=2.8.3
                    
Install as a Cake Addin
#tool nuget:?package=Tempo.Blazor.EmailTemplates.Abstractions&version=2.8.3
                    
Install as a Cake Tool

Tempo.Blazor.EmailTemplates.Abstractions

Engine and contracts behind the Tempo.Blazor email template editor. This package has no Blazor dependency and is safe to reference from API / background-service projects that need to render or send emails.

What's inside

  • Block model — strongly typed document model covering the full MJML 4 component set.
  • MJML generation — model → MJML markup.
  • MJML import — bidirectional, lossless MJML → model parser (full MJML 4 parity).
  • Scriban templating — sandboxed variable substitution, validation and variable extraction.
  • Render pipeline — document + data → HTML + plain-text via Mjml.Net.
  • DTOs & validators — request/response contracts with localized FluentValidation.
  • Host contractsIEmailTemplateStore, IEmailSender for the consuming application.

Installation

dotnet add package Tempo.Blazor.EmailTemplates.Abstractions

Registration

services.AddTempoEmailTemplateEngine();

Template syntax

Variable substitution uses Scriban. See TEMPLATE_SYNTAX.

Quick-start and API docs are filled in as the package matures (see the implementation plan).

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Tempo.Blazor.EmailTemplates.Abstractions:

Package Downloads
Tempo.Blazor.EmailTemplates

Drag-and-drop email template editor component (TmEmailTemplateEditor) for Tempo.Blazor. Visual MJML editor with full MJML 4 parity, bidirectional MJML import/export, Scriban variable templating and live preview. Built entirely on Tempo.Blazor components.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.8.3 36 7/26/2026
2.8.1 37 7/26/2026
2.8.0 40 7/25/2026
2.7.1 45 7/24/2026
2.7.0 43 7/24/2026
2.6.1 39 7/23/2026
2.6.0 39 7/23/2026
2.5.5 41 7/22/2026
2.5.4 40 7/22/2026
2.5.3 44 7/21/2026
2.5.3-ci-20260721185803 45 7/21/2026
2.5.2 46 7/21/2026
2.5.1 96 7/19/2026
2.4.0 103 7/19/2026
2.3.10-ci-20260719120426 96 7/19/2026
2.3.10-ci-20260719052650 103 7/19/2026
2.3.9-preview 97 7/17/2026
2.3.9-ci-20260719043811 109 7/19/2026
2.3.9-ci-20260717060118 110 7/17/2026
2.3.8-ci-20260717035306 92 7/17/2026
Loading failed