🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

MailTester.Ninja

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

MailTester.Ninja

An API SDK for MailTester Ninja, an advanced email verification tool, enabling seamless integration for verifying email addresses in .NET applications.

1.0.0
NuGet
Version published
Maintainers
1
Created
Source

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 official documentation for detailed usage and API reference.

License

This SDK is licensed under the terms provided here.

Keywords

email

FAQs

Package last updated on 18 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts