You are here

public function MessageWrapperInterface::sendMessage in Sparkpost email 8.2

Sends the message.

Return value

bool If it was a success or not.

1 method overrides MessageWrapperInterface::sendMessage()
MessageWrapper::sendMessage in src/MessageWrapper.php
Sends the message.

File

src/MessageWrapperInterface.php, line 104
Message class.

Class

MessageWrapperInterface
An interface for the message wrapper we use.

Namespace

Drupal\sparkpost

Code

public function sendMessage();