yii\mail\MailerInterface::send PHP Méthode

send() public méthode

Sends the given email message.
public send ( yii\mail\MessageInterface $message ) : boolean
$message yii\mail\MessageInterface email message instance to be sent
Résultat boolean whether the message has been sent successfully
    public function send($message);