Identity.Base.Email.MailJet
0.7.12
dotnet add package Identity.Base.Email.MailJet --version 0.7.12
NuGet\Install-Package Identity.Base.Email.MailJet -Version 0.7.12
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="Identity.Base.Email.MailJet" Version="0.7.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Identity.Base.Email.MailJet" Version="0.7.12" />
<PackageReference Include="Identity.Base.Email.MailJet" />
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 Identity.Base.Email.MailJet --version 0.7.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Identity.Base.Email.MailJet, 0.7.12"
#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 Identity.Base.Email.MailJet@0.7.12
#: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=Identity.Base.Email.MailJet&version=0.7.12
#tool nuget:?package=Identity.Base.Email.MailJet&version=0.7.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Identity.Base.Email.MailJet
Comprehensive documentation is available at docs/packages/identity-base-email-mailjet/index.md. The README below is a condensed quick start.
Optional Mailjet integration for Identity Base. This package provides:
MailJetEmailSender, anITemplatedEmailSenderimplementation that dispatches transactional emails via Mailjet.MailJetOptions,MailJetTemplateOptions, andMailJetErrorReportingOptionsconfiguration types.- Extension methods to register the sender for both raw
IServiceCollectionscenarios (AddMailJetEmailSender) and theIdentityBaseBuilderfluent API (UseMailJetEmailSender).
Getting Started
- Add the package to your host:
dotnet add package Identity.Base.Email.MailJet - Register the sender when configuring services:
builder.Services.AddMailJetEmailSender(builder.Configuration); // or if you already have an IdentityBaseBuilder instance identityBuilder.UseMailJetEmailSender(); - Configure the
MailJetsection in your appsettings (keys shown with example values):{ "MailJet": { "Enabled": true, "ApiKey": "your-mailjet-api-key", "ApiSecret": "your-mailjet-api-secret", "FromEmail": "noreply@example.com", "FromName": "Identity Base", "Templates": { "Confirmation": 1000000, "PasswordReset": 1000001, "MfaChallenge": 1000002 }, "ErrorReporting": { "Enabled": true, "Email": "identity-alerts@example.com" } } }
If MailJet.Enabled is false the sender becomes a no-op, allowing you to disable outbound email in lower environments without changing code.
See docs/guides/mailjet-email-sender.md in the repository root for configuration guidance, template setup, and troubleshooting tips.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
-
net9.0
- Identity.Base (>= 0.7.12)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.7.12 | 36 | 12/30/2025 |
| 0.7.9 | 275 | 12/17/2025 |
| 0.7.7 | 189 | 12/3/2025 |
| 0.7.6 | 190 | 11/26/2025 |
| 0.7.5 | 307 | 11/14/2025 |
| 0.7.4 | 285 | 11/13/2025 |
| 0.7.3 | 262 | 11/10/2025 |
| 0.7.2 | 196 | 11/9/2025 |
| 0.7.1 | 136 | 11/9/2025 |
| 0.6.3 | 140 | 11/8/2025 |
| 0.6.2 | 139 | 11/8/2025 |
| 0.6.1 | 190 | 11/6/2025 |
| 0.5.10 | 184 | 11/5/2025 |
| 0.5.1 | 189 | 11/2/2025 |
| 0.4.3 | 161 | 11/2/2025 |
| 0.4.2 | 160 | 11/2/2025 |
| 0.3.6 | 123 | 11/1/2025 |
| 0.3.4 | 124 | 11/1/2025 |