function mandrill_get_subaccounts in Mandrill 8
Same name and namespace in other branches
- 7.2 mandrill.module \mandrill_get_subaccounts()
- 7 mandrill.module \mandrill_get_subaccounts()
Get a list of subaccounts.
File
- ./
mandrill.module, line 146 - Enables Drupal to send email directly through Mandrill.
Code
function mandrill_get_subaccounts() {
throw new \Exception('Use the getSubAccounts() method on the API service class instead.');
}