-
Notifications
You must be signed in to change notification settings - Fork 0
Mandrill_Senders
- Class name: Mandrill_Senders
- Namespace:
mixed Mandrill_Senders::__construct(\Mandrill $master)
- Visibility: public
- $master Mandrill
array Mandrill_Senders::getList()
Return the senders that have tried to use this account.
- Visibility: public
array Mandrill_Senders::domains()
Returns the sender domains that have been added to this account.
- Visibility: public
\struct Mandrill_Senders::addDomain(string $domain)
Adds a sender domain to your account. Sender domains are added automatically as you send, but you can use this call to add them ahead of time.
- Visibility: public
- $domain string - <p>a domain name</p>
\struct Mandrill_Senders::checkDomain(string $domain)
Checks the SPF and DKIM settings for a domain. If you haven't already added this domain to your account, it will be added automatically.
- Visibility: public
- $domain string - <p>a domain name</p>
\struct Mandrill_Senders::verifyDomain(string $domain, string $mailbox)
Sends a verification email in order to verify ownership of a domain.
Domain verification is an optional step to confirm ownership of a domain. Once a domain has been verified in a Mandrill account, other accounts may not have their messages signed by that domain unless they also verify the domain. This prevents other Mandrill accounts from sending mail signed by your domain.
- Visibility: public
- $domain string - <p>a domain name at which you can receive email</p>
- $mailbox string - <p>a mailbox at the domain where the verification email should be sent</p>
\struct Mandrill_Senders::info(string $address)
Return more detailed information about a single sender, including aggregates of recent stats
- Visibility: public
- $address string - <p>the email address of the sender</p>
array Mandrill_Senders::timeSeries(string $address)
Return the recent history (hourly stats for the last 30 days) for a sender
- Visibility: public
- $address string - <p>the email address of the sender</p>