mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-02 20:56:18 +03:00
Add method to get access to Email Validation
This commit is contained in:
parent
961ae177fa
commit
5927cb162e
1 changed files with 8 additions and 0 deletions
|
@ -326,6 +326,14 @@ class Mailgun
|
|||
return new Api\Domain($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Api\EmailValidation
|
||||
*/
|
||||
public function emailValidation()
|
||||
{
|
||||
return new Api\EmailValidation($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Api\Event
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue