Mandrill.Senders
Senders calls for Mandrill.
Summary↑
add_domain(params) | 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 |
check_domain(params) | 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 |
domains() | Returns the sender domains that have been added to this account |
info(params) | Return more detailed information about a single sender, including aggregates of recent stats |
list() | Return the senders that have tried to use this account |
time_series(params) | Return the recent history (hourly stats for the last 30 days) for a sender |
verify_domain(params) | 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 |
verify_domain(domain, mailbox) |
Functions
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.
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.
Returns the sender domains that have been added to this account.
Return more detailed information about a single sender, including aggregates of recent stats
Return the senders that have tried to use this account.
Return the recent history (hourly stats for the last 30 days) for a sender
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.