New Java SDK

Use Java with Mailinator’s API!

We recently launched a new API with a new format and additional functionality. We’re excited about the adoption rate by our customers — thank you! Now we are happy to announce that Mailinator now has an official Java SDK for accessing the Mailinator API!

To use the library, add this to your Maven pom:

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

For more information, please see our API Documentation.

View the public GitHub repository.

And yes, you can expect more SDKs on the way — stay tuned!