mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-11 10:49:23 +03:00
Update README.md
This commit is contained in:
parent
b047529d5f
commit
55ccc0f359
@ -11,7 +11,7 @@ Here's how to use the "Address" API endpoint:
|
|||||||
|
|
||||||
```php
|
```php
|
||||||
# First, instantiate the client with your PUBLIC API credentials and domain.
|
# First, instantiate the client with your PUBLIC API credentials and domain.
|
||||||
$mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
|
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org");
|
||||||
|
|
||||||
# Next, instantiate an Address object on the Address API endpoint.
|
# Next, instantiate an Address object on the Address API endpoint.
|
||||||
$address = $mgClient->Address();
|
$address = $mgClient->Address();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user