\emailSendMail

Summary

Methods
Properties
Constants
send_email()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

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 —

是否成功