__construct() __construct(array $options = []) : mixed 构造函数 Parameters array $options Returns mixed —
from() from(string $email, string $name = '') : $this 设置发件人 Parameters string $email string $name Returns $this —
message() message(string $body, bool $ishtml = true) : $this 设置邮件正文 Parameters string $body bool $ishtml Returns $this —