Tempo.Blazor.EmailTemplates.Abstractions 2.8.26

dotnet add package Tempo.Blazor.EmailTemplates.Abstractions --version 2.8.26
                    
NuGet\Install-Package Tempo.Blazor.EmailTemplates.Abstractions -Version 2.8.26
                    
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.26" />
                    
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.26" />
                    
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.26
                    
#r "nuget: Tempo.Blazor.EmailTemplates.Abstractions, 2.8.26"
                    
#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.26
                    
#: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.26
                    
Install as a Cake Addin
#tool nuget:?package=Tempo.Blazor.EmailTemplates.Abstractions&version=2.8.26
                    
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.26 124 9/13/2026
2.8.25 98 9/12/2026
2.8.24 110 8/26/2026
2.8.23 103 8/26/2026
2.8.22 106 8/26/2026
2.8.21 115 8/23/2026
2.8.20 119 8/22/2026
2.8.19 111 8/19/2026
2.8.18 118 8/18/2026
2.8.16 110 8/12/2026
2.8.14 113 8/9/2026
2.8.13 110 8/9/2026
2.8.12 106 8/8/2026
2.8.11 110 8/8/2026
2.8.10 98 8/7/2026
2.8.9 110 8/7/2026
2.8.8 116 8/7/2026
2.8.7 100 8/7/2026
2.8.4 118 7/29/2026
2.8.3 129 7/26/2026
Loading failed