Table of Contents

Setup

This article covers setup procedure for Mailtrap API client.

Prerequisites

Please ensure your project targets .NET implementation which supports .NET Standard 2.0 specification.

Install Mailtrap package from NuGet

TODO
This is an example command, to be updated once the package is published.

dotnet add package Mailtrap

Obtain Mailtrap API token

  • Register new or log into existing account at mailtrap.io

  • Obtain API token
    You can use one of the existing or create a new one.

What's next

Please visit Configuration section for detailed instructions how to configure and instantiate Mailtrap API client.