Méthode |
Description |
|
BatchMessage ( string $workingDomain, boolean $autoSend = true ) : BatchMessage |
|
|
MessageBuilder ( ) : MessageBuilder |
|
|
OptInHandler ( ) : OptInHandler |
|
|
__construct ( string | null $apiKey = null, Http\Client\HttpClient $httpClient = null, string $apiEndpoint = 'api.mailgun.net', Mailgun\Deserializer\ResponseDeserializer $deserializer = null, HttpClientConfigurator $clientConfigurator = null, RequestBuilder $requestBuilder = null ) |
|
|
delete ( string $endpointUrl ) : stdClass |
|
|
domains ( ) : Domain |
|
|
get ( string $endpointUrl, array $queryString = [] ) : stdClass |
|
|
post ( string $endpointUrl, array $postData = [], array $files = [] ) : stdClass |
|
|
put ( string $endpointUrl, array $putData ) : stdClass |
|
|
sendMessage ( string $workingDomain, array $postData, array $postFiles = [] ) : stdClass |
This function allows the sending of a fully formed message OR a custom
MIME string. If sending MIME, the string must be passed in to the 3rd
position of the function call. |
|
setApiVersion ( string $apiVersion ) : Mailgun |
|
|
setSslEnabled ( boolean $sslEnabled ) : Mailgun |
|
|
stats ( ) : Api\Stats |
|
|
verifyWebhookSignature ( array | null $postData = null ) : boolean |
This function checks the signature in a POST request to see if it is
authentic. |
|