mailgun-java
mailgun-java copied to clipboard
Java SDK for integrating with Mailgun
Add support for sending arbitrary user variables. Currently the `Message` model is limited to a single variable called `my-var`. - https://github.com/mailgun/mailgun-java/blob/main/src/main/java/com/mailgun/model/message/Message.java#L278 - https://documentation.mailgun.com/docs/mailgun/user-manual/sending-messages/#attaching-data-to-messages
Can you please provide a comfortable way how to set these "de-thread" headers in this SDK?
Is Mailgun interested in generating SDKs instead of handwriting them? I generate SDKs for APIs and would love to help.
If I try to implement a webhook, I don't find the models for the body of the POST performed by Mailgun. EventItem can be used but it's just part of...
I'm with the Software Engineering Research Group at the TU Delft, and I am investigating automations. I have looked at your repository and which GitHub workflows and Maven plugins you...
Builds on Java 8 are breaking with v1.1.5. The changelog states this is a move to Java 11. As this is a breaking change, Semantic Versioning would dictate that the...