Skip to content

KyleMagocs/mailosaur-dotnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailosaur .NET Client Library

Mailosaur allows you to automate tests involving email. Allowing you to perform end-to-end automated and functional email testing.

Build Status

Installation

Install Mailosaur via NuGet

From the command line:

nuget install mailosaur

From Package Manager:

PM> Install-Package mailosaur

From within Visual Studio:

  1. Open the Solution Explorer.
  2. Right-click on a project within your solution.
  3. Click on Manage NuGet Packages...
  4. Click on the Browse tab and search for "Mailosaur".
  5. Click on the Mailosaur package, select the appropriate version in the right-tab and click Install.

Documentation and usage examples

Mailosaur's documentation includes all the information and usage examples you'll need.

Running tests

Once you've cloned this repository locally, you can simply run:

cd Mailosaur.Test

dotnet restore

export MAILOSAUR_API_KEY=your_api_key
export MAILOSAUR_SERVER=server_id

dotnet test

Contacting us

You can get us at support@mailosaur.com

About

Mailosaur .NET Client Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.4%
  • HTML 1.6%