Skip to content

Commit

Permalink
Update for Mailgun v3 API
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed Mar 24, 2015
1 parent 38107f1 commit 60a764f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.browning.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

// Mailgun API URL
// Replace example.com with your domain after signing up at
// $Browning['URL'] = 'https://api.mailgun.net/v2/example.com';
$Browning['URL'] = 'https://api.mailgun.net/v2/example.com';
// $Browning['URL'] = 'https://api.mailgun.net/v3/example.com';
$Browning['URL'] = 'https://api.mailgun.net/v3/example.com';

// Mailgun API Key
// Use API Key found at https://mailgun.com/cp
Expand Down

0 comments on commit 60a764f

Please sign in to comment.