[ 查看开发文档 ] [ 类树图: default ] [ 索引: default ] [ 所有元素 ] [ 首页 ]

File: mail.php

源文件路径: /Helper/mail.php

说明:

邮件发送函数库

mail_send [line 31]

bool mail_send( string $toemail, string $subject, string $message, [string $from = ''], [array $mail = array()], [string $sitename = ''])

发送邮件


Parameters

string   $toemail   收件人email
string   $subject   邮件主题
string   $message   正文
string   $from   发件人
array   $mail   邮件配置信息
string   $sitename   邮件站点名称
[ Top ]



mail_send_log [line 17]

void mail_send_log( [string $mode = 'SMTP'], [string $message = ''], int $type)

发送日志记录


Parameters

string   $mode   模式
string   $message   消息
int   $type   类型
[ Top ]



Powered by Steeze. author email: spring.wind2006@163.com