LinkSoft.Abp.AzureMailing 9.0.32

Prefix Reserved
dotnet add package LinkSoft.Abp.AzureMailing --version 9.0.32                
NuGet\Install-Package LinkSoft.Abp.AzureMailing -Version 9.0.32                
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="LinkSoft.Abp.AzureMailing" Version="9.0.32" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinkSoft.Abp.AzureMailing --version 9.0.32                
#r "nuget: LinkSoft.Abp.AzureMailing, 9.0.32"                
#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.
// Install LinkSoft.Abp.AzureMailing as a Cake Addin
#addin nuget:?package=LinkSoft.Abp.AzureMailing&version=9.0.32

// Install LinkSoft.Abp.AzureMailing as a Cake Tool
#tool nuget:?package=LinkSoft.Abp.AzureMailing&version=9.0.32                

This package wraps the shared Azure mailing implementation into an Abp.io framework module.

Usage:

[DependsOn(typeof(AzureMailingModule))]
public class AmendmentSheetsMailingModule : AbpModule
{
    public override void ConfigureServices(ServiceConfigurationContext context)
    {
        Configure<MailingOptions>(options =>
        {
            options.DefaultFromAddress = "noreply@domain.com";
            options.AzureEmailSenderConnectionString = "AzureCommunicationServicesConnectionString";
        });
    }
}
...

This package is a part of larger set of packages for LinkSoft Technologies shared open source repository.

You can find the repository on GitHub.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
9.0.32 74 2/17/2025
9.0.31 74 2/17/2025
9.0.3 338 1/24/2025
8.3.13 73 1/16/2025
8.3.12 369 12/23/2024
8.3.1 85 12/23/2024
8.3.1-beta.1 54 12/18/2024

Version update