send abstract method

Future<bool> send(
  1. MailMessageInterface message
)

Sends an email message.

Returns true if successful, false otherwise. May throw exceptions on critical failures.

Implementation

Future<bool> send(MailMessageInterface message);