send_email()
send_email(string $address, string $subject, string $content, array $attachment = array()) : boolean
发送邮件
Parameters
string | $address | 需要发送的邮箱地址 发送给多个地址需要写成数组形式 |
string | $subject | 标题 |
string | $content | 内容 |
array | $attachment | 附件 |
Throws
- \email\phpmailerException
Returns
boolean —是否成功