You are here

public function MandrillAPIInterface::sendTemplate in Mandrill 8

1 method overrides MandrillAPIInterface::sendTemplate()
MandrillAPI::sendTemplate in src/MandrillAPI.php
Sends a templated Mandrill message.

File

src/MandrillAPIInterface.php, line 30

Class

MandrillAPIInterface
Interface for the Mandrill API.

Namespace

Drupal\mandrill

Code

public function sendTemplate($message, $template_id, $template_content);