function mandrill_add_inbound_route in Mandrill 8
Same name and namespace in other branches
- 7.2 mandrill.module \mandrill_add_inbound_route()
Create a new inbound route for a domain.
File
- ./
mandrill.module, line 195 - Enables Drupal to send email directly through Mandrill.
Code
function mandrill_add_inbound_route($domain, $pattern, $url) {
throw new \Exception('Use the addInboundRoute() method on the API service class instead.');
}