mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Add method to get access to Email Validation
This commit is contained in:
parent
961ae177fa
commit
5927cb162e
@ -326,6 +326,14 @@ class Mailgun
|
|||||||
return new Api\Domain($this->httpClient, $this->requestBuilder, $this->hydrator);
|
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
|
* @return Api\Event
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user