Метод | Описание | |
---|---|---|
__construct ( string $accountToken, integer $timeout = 30 ) | Create a new PostmarkAdminClient. | |
createDomain ( string $name, string $returnPathDomain = NULL ) : Postmark\Models\DynamicResponseModel | Create a new Domain with the given Name. | |
createSenderSignature ( string $fromEmail, string $name, string $replyToEmail = NULL, string $returnPathDomain = NULL ) : Postmark\Models\DynamicResponseModel | Create a new Sender Signature for a given email address. Note that you will need to "verify" this Sender Signature by following a link that will be emailed to the "fromEmail" address specified when calling this method. | |
createServer ( string $name, string $color = NULL, boolean $rawEmailEnabled = NULL, boolean $smtpApiActivated = NULL, string $inboundHookUrl = NULL, string $bounceHookUrl = NULL, string $openHookUrl = NULL, boolean $postFirstOpenOnly = NULL, boolean $trackOpens = NULL, string $inboundDomain = NULL, integer $inboundSpamThreshold = NULL, string $trackLinks = NULL ) : Postmark\Models\DynamicResponseModel | Create a new Server. Any parameters passed with NULL will be ignored (their default values will be used). | |
deleteDomain ( integer $id ) : Postmark\Models\DynamicResponseModel | Delete a Domain with the given ID. | |
deleteSenderSignature ( integer $id ) : Postmark\Models\DynamicResponseModel | Delete a Sender Signature with the given ID. | |
deleteServer ( integer $id ) | Delete a Server used for sending/receiving mail. NOTE: To protect your account, you'll need to contact support and request that they enable this feature on your account before you can use this client to delete Servers. | |
editDomain ( integer $id, string $returnPathDomain = NULL ) : Postmark\Models\DynamicResponseModel | Alter the properties of a Domain. | |
editSenderSignature ( integer $id, string $name = NULL, string $replyToEmail = NULL, string $returnPathDomain = NULL ) : Postmark\Models\DynamicResponseModel | Alter the defaults for a Sender Signature. | |
editServer ( integer $id, string $name = NULL, string $color = NULL, boolean $rawEmailEnabled = NULL, boolean $smtpApiActivated = NULL, string $inboundHookUrl = NULL, string $bounceHookUrl = NULL, string $openHookUrl = NULL, boolean $postFirstOpenOnly = NULL, boolean $trackOpens = NULL, string $inboundDomain = NULL, integer $inboundSpamThreshold = NULL, string $trackLinks = NULL ) : Postmark\Models\DynamicResponseModel | Modify an existing Server. Any parameters passed with NULL will be ignored (their existing values will not be modified). | |
getDomain ( integer $id ) : Postmark\Models\DynamicResponseModel | Get information for a specific Domain. | |
getSenderSignature ( integer $id ) : Postmark\Models\DynamicResponseModel | Get information for a specific Sender Signature. | |
getServer ( integer $id ) : Postmark\Models\DynamicResponseModel | Request a given server by ID. | |
listDomains ( integer $count = 100, $offset ) : Postmark\Models\DynamicResponseModel | Get a "page" of Domains. | |
listSenderSignatures ( integer $count = 100, $offset ) : Postmark\Models\DynamicResponseModel | Get a "page" of Sender Signatures. | |
listServers ( integer $count = 100, integer $offset, string $name = NULL ) : Postmark\Models\DynamicResponseModel | Get a list of all servers configured on the account. | |
requestNewSenderSignatureDKIM ( integer $id ) : Postmark\Models\DynamicResponseModel | Cause a new DKIM key to be generated and associated with the Sender Signature. This key must be added to your email domain's DNS records. Including DKIM is not required, but is recommended. For more information on DKIM and its purpose, see http://www.dkim.org/ | |
resendSenderSignatureConfirmation ( integer $id ) : Postmark\Models\DynamicResponseModel | Cause a new verification email to be sent for an existing (unverified) Sender Signature. | |
rotateDKIMForDomain ( integer $id ) : Postmark\Models\DynamicResponseModel | Rotate DKIM keys associated with the Domain. This key must be added to your DNS records. Including DKIM is not required, but is recommended. For more information on DKIM and its purpose, see http://www.dkim.org/ | |
verifyDomainSPF ( integer $id ) : Postmark\Models\DynamicResponseModel | Request that the Postmark API verify the SPF records associated with the Domain. Configuring SPF is not required to use Postmark, but it is highly recommended, and can improve delivery rates. | |
verifySenderSignatureSPF ( integer $id ) : Postmark\Models\DynamicResponseModel | Request that the Postmark API updates verify the SPF records associated with the Sender Signature's email address's domain. Configuring SPF is not required to use Postmark, but it is highly recommended, and can improve delivery rates. |
public __construct ( string $accountToken, integer $timeout = 30 ) | ||
$accountToken | string | The Account Token used to access the Admin API. This token is NOT the same as a Server Token. You can get your account token from this page: https://postmarkapp.com/account/edit |
$timeout | integer | The timeout, in seconds, that API calls should wait before throwing an exception. |
public createDomain ( string $name, string $returnPathDomain = NULL ) : Postmark\Models\DynamicResponseModel | ||
$name | string | The name of the Domain. |
$returnPathDomain | string | The custom Return-Path domain for the Sender Signature. |
Результат | Postmark\Models\DynamicResponseModel |
public createSenderSignature ( string $fromEmail, string $name, string $replyToEmail = NULL, string $returnPathDomain = NULL ) : Postmark\Models\DynamicResponseModel | ||
$fromEmail | string | The email address for the Sender Signature |
$name | string | The name of the Sender Signature. |
$replyToEmail | string | The reply-to email address for the Sender Signature. |
$returnPathDomain | string | The custom Return-Path domain for the Sender Signature. |
Результат | Postmark\Models\DynamicResponseModel |
public createServer ( string $name, string $color = NULL, boolean $rawEmailEnabled = NULL, boolean $smtpApiActivated = NULL, string $inboundHookUrl = NULL, string $bounceHookUrl = NULL, string $openHookUrl = NULL, boolean $postFirstOpenOnly = NULL, boolean $trackOpens = NULL, string $inboundDomain = NULL, integer $inboundSpamThreshold = NULL, string $trackLinks = NULL ) : Postmark\Models\DynamicResponseModel | ||
$name | string | Set the name of the server. |
$color | string | Set the color for the server in the Postmark WebUI (must be: 'purple', 'blue', 'turqoise', 'green', 'red', 'yellow', or 'grey') |
$rawEmailEnabled | boolean | Enable raw email to be sent with inbound. |
$smtpApiActivated | boolean | Specifies whether or not SMTP is enabled on this server. |
$inboundHookUrl | string | URL to POST to everytime an inbound event occurs. |
$bounceHookUrl | string | URL to POST to everytime a bounce event occurs. |
$openHookUrl | string | URL to POST to everytime an open event occurs. |
$postFirstOpenOnly | boolean | If set to true, only the first open by a particular recipient will initiate the open webhook. Any subsequent opens of the same email by the same recipient will not initiate the webhook. |
$trackOpens | boolean | Indicates if all emails being sent through this server have open tracking enabled. |
$inboundDomain | string | Inbound domain for MX setup. |
$inboundSpamThreshold | integer | The maximum spam score for an inbound message before it's blocked (range from 0-30). |
$trackLinks | string | Indicates if all emails being sent through this server have link tracking enabled. |
Результат | Postmark\Models\DynamicResponseModel |
public deleteDomain ( integer $id ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID for the Domain we wish to delete. |
Результат | Postmark\Models\DynamicResponseModel |
public deleteSenderSignature ( integer $id ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID for the Sender Signature we wish to delete. |
Результат | Postmark\Models\DynamicResponseModel |
public deleteServer ( integer $id ) | ||
$id | integer | The ID of the Server to delete. :return DynamicResponseModel |
public editDomain ( integer $id, string $returnPathDomain = NULL ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID for the Domain we wish to modify. |
$returnPathDomain | string | The custom Return-Path domain for the Domain. |
Результат | Postmark\Models\DynamicResponseModel |
public editSenderSignature ( integer $id, string $name = NULL, string $replyToEmail = NULL, string $returnPathDomain = NULL ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID for the Sender Signature we wish to modify. |
$name | string | The name of the Sender Signature. |
$replyToEmail | string | The reply-to email address for the Sender Signature. |
$returnPathDomain | string | The custom Return-Path domain for the Sender Signature. |
Результат | Postmark\Models\DynamicResponseModel |
public editServer ( integer $id, string $name = NULL, string $color = NULL, boolean $rawEmailEnabled = NULL, boolean $smtpApiActivated = NULL, string $inboundHookUrl = NULL, string $bounceHookUrl = NULL, string $openHookUrl = NULL, boolean $postFirstOpenOnly = NULL, boolean $trackOpens = NULL, string $inboundDomain = NULL, integer $inboundSpamThreshold = NULL, string $trackLinks = NULL ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID of the Server we wish to modify. |
$name | string | Set the name of the server. |
$color | string | Set the color for the server in the Postmark WebUI (must be: 'purple', 'blue', 'turqoise', 'green', 'red', 'yellow', or 'grey') |
$rawEmailEnabled | boolean | Enable raw email to be sent with inbound. |
$smtpApiActivated | boolean | Specifies whether or not SMTP is enabled on this server. |
$inboundHookUrl | string | URL to POST to everytime an inbound event occurs. |
$bounceHookUrl | string | URL to POST to everytime a bounce event occurs. |
$openHookUrl | string | URL to POST to everytime an open event occurs. |
$postFirstOpenOnly | boolean | If set to true, only the first open by a particular recipient will initiate the open webhook. Any subsequent opens of the same email by the same recipient will not initiate the webhook. |
$trackOpens | boolean | Indicates if all emails being sent through this server have open tracking enabled. |
$inboundDomain | string | Inbound domain for MX setup. |
$inboundSpamThreshold | integer | The maximum spam score for an inbound message before it's blocked (range from 0-30). |
$trackLinks | string | Indicates if all emails being sent through this server have link tracking enabled. |
Результат | Postmark\Models\DynamicResponseModel |
public getSenderSignature ( integer $id ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID for the Sender Signature you wish to retrieve. |
Результат | Postmark\Models\DynamicResponseModel |
public listDomains ( integer $count = 100, $offset ) : Postmark\Models\DynamicResponseModel | ||
$count | integer | The number of Domains to retrieve with this request. param integer $offset The number of Domains to 'skip' when 'paging' through them. |
Результат | Postmark\Models\DynamicResponseModel |
public listSenderSignatures ( integer $count = 100, $offset ) : Postmark\Models\DynamicResponseModel | ||
$count | integer | The number of Sender Signatures to retrieve with this request. param integer $offset The number of Sender Signatures to 'skip' when 'paging' through them. |
Результат | Postmark\Models\DynamicResponseModel |
public listServers ( integer $count = 100, integer $offset, string $name = NULL ) : Postmark\Models\DynamicResponseModel | ||
$count | integer | The number of servers to retrieve in the request, defaults to 100. |
$offset | integer | The number of servers to "skip" when paging through lists of servers. |
$name | string | Filter by server name. |
Результат | Postmark\Models\DynamicResponseModel |
public requestNewSenderSignatureDKIM ( integer $id ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID for the Sender Signature for which we wish to get an updated DKIM configuration. |
Результат | Postmark\Models\DynamicResponseModel |
public resendSenderSignatureConfirmation ( integer $id ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID for the Sender Signature to which we wish to resend a verification email. |
Результат | Postmark\Models\DynamicResponseModel |
public rotateDKIMForDomain ( integer $id ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID for the Domain for which we wish to get an updated DKIM configuration. |
Результат | Postmark\Models\DynamicResponseModel |
public verifyDomainSPF ( integer $id ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID for the Domain for which we wish to verify the SPF records. |
Результат | Postmark\Models\DynamicResponseModel |
public verifySenderSignatureSPF ( integer $id ) : Postmark\Models\DynamicResponseModel | ||
$id | integer | The ID for the Sender Signature for which we wish to verify the SPF records. |
Результат | Postmark\Models\DynamicResponseModel |