API Wrapper for mailcheck.ai

Getting started

Install the package from pub.dev

dart pub add mailcheckai

Usage

Import the package

import 'package:mailcheckai/mailcheckai.dart';

MailCheckManager exposes all the methods to interact with the API

final domainResult = await MailCheckManager.validateDomain('protonmail.com');

Sponsoring

Creating Open Source Software is hard work. I use my free time to create and maintain this and other packages.

If everyone who uses this package donates just $1, I could use my time to completely focus on creating and maintaining open source software.

If you want to support me, please consider donating via GitHub Sponsors. I also accept Monero (XMR).

Libraries

mailcheckai
This package is a wrapper for the mailcheck.ai API.