instance() instance(array $options = array()) : \app\common\library\Email 初始化 Parameters array $options 参数 Returns \app\common\library\Email
from() from(string $email, string $name = '') : $this 设置发件人 Parameters string $email string $name Returns $this
to() to(string $email, string $name = '') : $this 设置收件人 Parameters string $email string $name Returns $this
message() message(string $body, boolean $ishtml = true) : $this 设置邮件正文 Parameters string $body boolean $ishtml Returns $this