Mailinator Logo

The Mailinator Blog

Millions of Inboxes. All Yours.

New Java SDK

Use Java with Mailinator's API !

Sam Lipton

1 minute read

Mailinator Message Flow

We recently launched a new API with a new format and additional functionality. We’re excited at the adoption rate by our customers - thank you! Now we 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 https://manybrain.github.io/m8rdocs/#mailinator

The public github repository can be found here: https://github.com/manybrain/mailinator-java-client

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

Recent posts

See more

Categories

About