Skip to content

Commit

Permalink
Merge pull request #96 from companyou/patch-1
Browse files Browse the repository at this point in the history
Let's stay up to date with v3 of the mailgun api
  • Loading branch information
bakura10 committed Jan 15, 2016
2 parents 448e46c + bd48367 commit d13e355
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 d13e355

Please sign in to comment.