Mandrillex.Inbound

Inbound calls for Mandrill.

Summary

add_domain(params)

Add an inbound domain to your account

add_route(params)

Add a new mailbox route to an inbound domain

add_route(domain, pattern, url)
check_domain(params)

Check the MX settings for an inbound domain. The domain must have already been added with the add-domain call

delete_domain(params)

Delete an inbound domain from the account. All mail will stop routing for this domain immediately

delete_route(params)

Delete an existing inbound mailbox route

domains()

List the domains that have been configured for inbound delivery

routes(params)

List the mailbox routes defined for an inbound domain

send_raw(params)

Take a raw MIME document destined for a domain with inbound domains set up, and send it to the inbound hook exactly as if it had been sent over SMTP

send_raw(raw_message, to \\ nil, mail_from, helo, client_address)
update_route(params)

Update the pattern or webhook of an existing inbound mailbox route. If null is provided for any fields, the values will remain unchanged

update_route(id, pattern, url)

Functions

add_domain(params)

Add an inbound domain to your account

add_route(params)

Add a new mailbox route to an inbound domain

add_route(domain, pattern, url)
check_domain(params)

Check the MX settings for an inbound domain. The domain must have already been added with the add-domain call

delete_domain(params)

Delete an inbound domain from the account. All mail will stop routing for this domain immediately.

delete_route(params)

Delete an existing inbound mailbox route

domains()

List the domains that have been configured for inbound delivery

routes(params)

List the mailbox routes defined for an inbound domain

send_raw(params)

Take a raw MIME document destined for a domain with inbound domains set up, and send it to the inbound hook exactly as if it had been sent over SMTP

send_raw(raw_message, to \\ nil, mail_from, helo, client_address)
update_route(params)

Update the pattern or webhook of an existing inbound mailbox route. If null is provided for any fields, the values will remain unchanged.

update_route(id, pattern, url)