You are here

function mandrill_get_subaccounts in Mandrill 8

Same name and namespace in other branches
  1. 7.2 mandrill.module \mandrill_get_subaccounts()
  2. 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.');
}