Skip to main content

Installing Mailinator

Mailinator has a powerful API, that you can use with your choice of language and tool. Having said this, we provide several official SDKs which you can install.

SDK install commands

Pick the package manager that matches your stack and run the corresponding install command.

JavaScript (Node.js)

npm install mailinator-api

Python

pip install mailinator-python-client-2

C# (.NET)

Install-Package MailinatorApiClient

Go

go get -u github.com/manybrain/mailinator-go-client

Ruby

gem install mailinator_client

Java (Maven Central)

Add the dependency to your build file (replace VERSION with the latest release):

<dependency>
<groupId>com.manybrain</groupId>
<artifactId>mailinator-client</artifactId>
<version>VERSION</version>
</dependency>

Learn more about our official SDKs.