//引入邮件类 LOAD::sys_class('email'); $result = EMAIL::send([ "TO" => "收件人邮箱", "Title" => "邮件标题", "Body" => "邮件内容" ]);