class Mandrill::Users
- Mandrill::Users
- Reference
- Object
Defined in:
mandrill/api.crConstructors
Instance Method Summary
-
#info
Return the information about the API-connected user @return [Hash] the user information including username, key, reputation, quota, and historical sending stats - [String] username the username of the user (used for SMTP authentication) - [String] created_at the date and time that the user's Mandrill account was created as a UTC string in YYYY-MM-DD HH:MM:SS format - [String] public_id a unique, permanent identifier for this user - [Integer] reputation the reputation of the user on a scale from 0 to 100, with 75 generally being a "good" reputation - [Integer] hourly_quota the maximum number of emails Mandrill will deliver for this user each hour.
-
#ping
Validate an API key and respond to a ping (anal JSON parser version) @return [Hash] a struct with one key "PING" with a static value "PONG!"
-
#senders
Return the senders that have tried to use this account, both verified and unverified @return [Array] an array of sender data, one for each sending addresses used by the account - [Hash] return[] the information on each sending address in the account - [String] address the sender's email address - [String] created_at the date and time that the sender was first seen by Mandrill as a UTC date string in YYYY-MM-DD HH:MM:SS format - [Integer] sent the total number of messages sent by this sender - [Integer] hard_bounces the total number of hard bounces by messages by this sender - [Integer] soft_bounces the total number of soft bounces by messages by this sender - [Integer] rejects the total number of rejected messages by this sender - [Integer] complaints the total number of spam complaints received for messages by this sender - [Integer] unsubs the total number of unsubscribe requests received for messages by this sender - [Integer] opens the total number of times messages by this sender have been opened - [Integer] clicks the total number of times tracked URLs in messages by this sender have been clicked - [Integer] unique_opens the number of unique opens for emails sent for this sender - [Integer] unique_clicks the number of unique clicks for emails sent for this sender
Constructor Detail
Instance Method Detail
Return the information about the API-connected user @return [Hash] the user information including username, key, reputation, quota, and historical sending stats
- [String] username the username of the user (used for SMTP authentication)
- [String] created_at the date and time that the user
Validate an API key and respond to a ping (anal JSON parser version) @return [Hash] a struct with one key "PING" with a static value "PONG!"
Return the senders that have tried to use this account, both verified and unverified @return [Array] an array of sender data, one for each sending addresses used by the account
- [Hash] return[] the information on each sending address in the account
- [String] address the sender