sargue / mailgun

Java library to easily send emails using the Mailgun service
MIT License
153 stars 40 forks source link

Configuration.apiURL() does not exist #42

Closed sawo closed 2 years ago

sawo commented 2 years ago

The documentation (README.md) shows the below example: Configuration configuration = new Configuration() .domain("somedomain.com") .apiURL("https://api.eu.mailgun.net/v3") .apiKey("key-xxxxxxxxxxxxxxxxxxxxxxxxx") .from("Test account", "postmaster@somedomain.com");

but the apiURL method does not exist. Use the apiUrl method instead.