function mandrill_get_inbound_routes in Mandrill 8
Same name and namespace in other branches
- 7.2 mandrill.module \mandrill_get_inbound_routes()
Get a list of inbound email routes for a domain.
File
- ./
mandrill.module, line 167 - Enables Drupal to send email directly through Mandrill.
Code
function mandrill_get_inbound_routes($domain) {
throw new \Exception('Use the getInboundRoutes() method on the API service class instead.');
}