-
Notifications
You must be signed in to change notification settings - Fork 0
Mandrill_Whitelists
Mathieu Nayrolles edited this page Jan 20, 2016
·
1 revision
- Class name: Mandrill_Whitelists
- Namespace:
mixed Mandrill_Whitelists::__construct(\Mandrill $master)
- Visibility: public
- $master Mandrill
\struct Mandrill_Whitelists::add(string $email, string $comment)
Adds an email to your email rejection whitelist. If the address is currently on your blacklist, that blacklist entry will be removed automatically.
- Visibility: public
- $email string - <p>an email address to add to the whitelist</p>
- $comment string - <p>an optional description of why the email was whitelisted</p>
array Mandrill_Whitelists::getList(string $email)
Retrieves your email rejection whitelist. You can provide an email address or search prefix to limit the results. Returns up to 1000 results.
- Visibility: public
- $email string - <p>an optional email address or prefix to search by</p>
\struct Mandrill_Whitelists::delete(string $email)
Removes an email address from the whitelist.
- Visibility: public
- $email string - <p>the email address to remove from the whitelist</p>