MailTester.Ninja 1.0.0

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

// Install MailTester.Ninja as a Cake Tool
#tool nuget:?package=MailTester.Ninja&version=1.0.0                

MailTester Ninja SDK

Welcome to the MailTester Ninja SDK, an advanced email verification tool designed to seamlessly integrate with .NET applications.

Features

  • Verify email addresses efficiently.
  • Improve email deliverability and reduce bounce rates.
  • Easy integration with your .NET projects.

Installation

You can install the SDK via NuGet Package Manager:

Install-Package MailTester.Ninja

Usage

Here is a basic example to get started:

using MailTester.Ninja;

class Program
{
    static void Main(string[] args)
    {
        var verifier = new EmailVerifier("your-api-key");
        var result = verifier.Verify("example@example.com");

        Console.WriteLine($"Email is valid: {result.IsValid}");
    }
}

Documentation

Visit our Email Verifier website for detailed usage and API reference.

License

This SDK is licensed under the terms provided in the LICENSE.txt file.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.

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
1.0.0 94 12/18/2024

Initial release of the MailTester Ninja SDK.