Mandrillex.Ips

Ips calls for Mandrill.

Summary

cancel_warmup(params)

Cancels the warmup process for a dedicated IP

check_custom_dns(params)

Tests whether a domain name is valip for use as the custom reverse DNS for a dedicated IP

check_custom_dns(ip, domain)
create_pool(params)

Creates a pool and returns it. If a pool already exists with this name, no action will be performed

delete(params)

Deletes a dedicated IP. This is permanent and cannot be undone

delete_pool(params)

Deletes a pool. A pool must be empty before you can delete it, and you cannot delete your default pool

info(params)

Retrieves information about a single dedicated ip

list()

Lists your dedicated IPs

list_pools()

Lists your dedicated IP pools

pool_info(params)

Describes a single dedicated IP pool

provision(params)

Requests an additional dedicated IP for your account. Accounts may have one outstanding request at any time, and provisioning requests are processed within 24 hours

provision(warmup, pool)
set_custom_dns(params)

Configures the custom DNS name for a dedicated IP

set_custom_dns(ip, domain)
set_pool(params)

Moves a dedicated IP to a different pool

set_pool(ip, pool, create_pool)
start_warmup(params)

Begins the warmup process for a dedicated IP. During the warmup process, Mandrill will gradually increase the percentage of your mail that is sent over the warming-up IP, over a period of roughly 30 days. The rest of your mail will be sent over shared IPs or other dedicated IPs in the same pool

Functions

cancel_warmup(params)

Cancels the warmup process for a dedicated IP.

check_custom_dns(params)

Tests whether a domain name is valip for use as the custom reverse DNS for a dedicated IP.

check_custom_dns(ip, domain)
create_pool(params)

Creates a pool and returns it. If a pool already exists with this name, no action will be performed.

delete(params)

Deletes a dedicated IP. This is permanent and cannot be undone.

delete_pool(params)

Deletes a pool. A pool must be empty before you can delete it, and you cannot delete your default pool.

info(params)

Retrieves information about a single dedicated ip.

list()

Lists your dedicated IPs.

list_pools()

Lists your dedicated IP pools.

pool_info(params)

Describes a single dedicated IP pool.

provision(params)

Requests an additional dedicated IP for your account. Accounts may have one outstanding request at any time, and provisioning requests are processed within 24 hours.

provision(warmup, pool)
set_custom_dns(params)

Configures the custom DNS name for a dedicated IP.

set_custom_dns(ip, domain)
set_pool(params)

Moves a dedicated IP to a different pool.

set_pool(ip, pool, create_pool)
start_warmup(params)

Begins the warmup process for a dedicated IP. During the warmup process, Mandrill will gradually increase the percentage of your mail that is sent over the warming-up IP, over a period of roughly 30 days. The rest of your mail will be sent over shared IPs or other dedicated IPs in the same pool.