} $options * @codingStandardsIgnoreEnd * * @throws MWException * @throws Exception * @return StatusValue */ public function send( array $to, MailAddress $from, string $subject, string $bodyText, ?string $bodyHtml = null, array $options = [] ): StatusValue; }