Skip to content

Commit 8fdc9a0

Browse files
committed
Migrated to the v3 of the Mailgun API
1 parent 4487688 commit 8fdc9a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MailgunApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class MailgunApi
55
{
66
protected $_curl;
7-
protected $_url = 'https://api.mailgun.net/v2/';
7+
protected $_url = 'https://api.mailgun.net/v3/';
88
protected $_timeout = 10;
99

1010
private $_from;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The library requires PHP 5.2 compiled with [cURL extension](http://www.php.net/m
1818
0. Add php-mailgun dependency:
1919
2020
```
21-
php composer.phar require baibaratsky/php-mailgun:1.0.*
21+
php composer.phar require baibaratsky/php-mailgun:1.1.*
2222
```
2323
2424

0 commit comments

Comments
 (0)