mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +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
|
||||
# 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.
|
||||
$address = $mgClient->Address();
|
||||
@ -27,4 +27,4 @@ Available Functions
|
||||
|
||||
More Documentation
|
||||
------------------
|
||||
See the official [Mailgun Docs](http://documentation.mailgun.com/api-email-validation.html) for more information.
|
||||
See the official [Mailgun Docs](http://documentation.mailgun.com/api-email-validation.html) for more information.
|
||||
|
Loading…
x
Reference in New Issue
Block a user