AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# C.57 MailTask A task to send email. Attachments are supported if the [PEAR Mail package](http://pear.php.net/package/Mail) is installed. Table C.68:聽Attributes NameTypeDescriptionDefaultRequired`from``String`Email address of sender.noneYes`tolist``String`Comma-separated list of recipients.noneYes`message``String`Message to send in the body of the email.noneNo`subject``String`Email subject line.noneNo`backend``String`PEAR Mail backend (see [here](http://pear.php.net/manual/en/package.mail.mail.factory.php) for possible values).mailNo`backendParams``String`Comma-separated key-value pairs with backend specific parameters (see [here](http://pear.php.net/manual/en/package.mail.mail.factory.php) for possible values).noneNo C.57.1 Example ``` <mail tolist="user@example.org" subject="build complete""> The build process is a success... </mail> ``` C.57.2 Supported Nested Tags - `fileset` Files to be attached.