You are here

public function MandrillAPIInterface::getMessages in Mandrill 8

1 method overrides MandrillAPIInterface::getMessages()
MandrillAPI::getMessages in src/MandrillAPI.php
Gets messages received by an email address.

File

src/MandrillAPIInterface.php, line 10

Class

MandrillAPIInterface
Interface for the Mandrill API.

Namespace

Drupal\mandrill

Code

public function getMessages($email);