SeliseBlocks.MailDriver 8.0.0-preview.8

This is a prerelease version of SeliseBlocks.MailDriver.
dotnet add package SeliseBlocks.MailDriver --version 8.0.0-preview.8
                    
NuGet\Install-Package SeliseBlocks.MailDriver -Version 8.0.0-preview.8
                    
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="SeliseBlocks.MailDriver" Version="8.0.0-preview.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SeliseBlocks.MailDriver" Version="8.0.0-preview.8" />
                    
Directory.Packages.props
<PackageReference Include="SeliseBlocks.MailDriver" />
                    
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 SeliseBlocks.MailDriver --version 8.0.0-preview.8
                    
#r "nuget: SeliseBlocks.MailDriver, 8.0.0-preview.8"
                    
#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.
#addin nuget:?package=SeliseBlocks.MailDriver&version=8.0.0-preview.8&prerelease
                    
Install SeliseBlocks.MailDriver as a Cake Addin
#tool nuget:?package=SeliseBlocks.MailDriver&version=8.0.0-preview.8&prerelease
                    
Install SeliseBlocks.MailDriver as a Cake Tool

SeliseBlocks.MailDriver

Overview

SeliseBlocks.MailDriver is a Mail driver designed to integrate email functionalities into your application. It provides a standardized way to send mail securely.

Installation

To install SeliseBlocks.MailDriver, add the NuGet package to your project:

dotnet add package SeliseBlocks.MailDriver

Usage

Register Dependencies

Before using SeliseBlocks.MailDriver, ensure that all required dependencies are registered in your application's dependency injection container. Add the following line in your Program.cs:

add the namespace

using Blocks.Extension.DependencyInjection;

register the service

builder.Services.RegisterBlocksMailService();

This method will configure and register all necessary services required for the Mail driver to function properly.

Features

  • Send mail

    var request = new SendMail
    {
        SubjectDataContext = <Dictionary<string, string>>,
        To = <string[]>,
        Bcc = <string[]>,
        Cc = <string[]>,
        Purpose = <string>,
        Language = <string>,
        ReplyTo = <string[]>,
        Attachments = <string[]>,
        BodyDataContext = <Dictionary<string, string>>,
        ProjectKey = <string>
    }
    

    Invoke SendAsync

    await SendAsync(request);
    
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SeliseBlocks.MailDriver:

Package Downloads
SeliseBlocks.MfaDriver

Blocks MFA Driver

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0-preview.8 255 a month ago
8.0.0-preview.7 63 2 months ago
8.0.0-preview.6 52 2 months ago
8.0.0-preview.5 51 2 months ago
8.0.0-preview.4 53 2 months ago
8.0.0-preview.3 54 2 months ago
8.0.0-preview.2 51 2 months ago
8.0.0-preview.1 61 2 months ago