Mandrill_Senders =============== * Class name: Mandrill_Senders * Namespace: Methods ------- ### __construct mixed Mandrill_Senders::__construct(\Mandrill $master) * Visibility: **public** #### Arguments * $master **[Mandrill](Mandrill.md)** ### getList array Mandrill_Senders::getList() Return the senders that have tried to use this account. * Visibility: **public** ### domains array Mandrill_Senders::domains() Returns the sender domains that have been added to this account. * Visibility: **public** ### addDomain \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** #### Arguments * $domain **string** - <p>a domain name</p> ### checkDomain \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** #### Arguments * $domain **string** - <p>a domain name</p> ### verifyDomain \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** #### Arguments * $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> ### info \struct Mandrill_Senders::info(string $address) Return more detailed information about a single sender, including aggregates of recent stats * Visibility: **public** #### Arguments * $address **string** - <p>the email address of the sender</p> ### timeSeries array Mandrill_Senders::timeSeries(string $address) Return the recent history (hourly stats for the last 30 days) for a sender * Visibility: **public** #### Arguments * $address **string** - <p>the email address of the sender</p>