Skip to content

Commit

Permalink
Let's stay up to date with v3 of the mailgun api
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-maas committed Jan 15, 2016
1 parent 448e46c commit bd48367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SlmMail/Service/MailgunService.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class MailgunService extends AbstractMailService
/**
* API endpoint
*/
const API_ENDPOINT = 'https://api.mailgun.net/v2';
const API_ENDPOINT = 'https://api.mailgun.net/v3';

/**
* Mailgun domain to use
Expand Down

0 comments on commit bd48367

Please sign in to comment.