21,891
社区成员
发帖
与我相关
我的任务
分享
k::import('plugin.mail');
if(!mail::run($client_title,$client_body,$_SESSION['email'],'contact@my.cn','web')){
k::message('Sorry,cant create order','javascript:history.go(-1);');
} else {
k::message('Your order has been successfully, please be patient reply',"index.php?c=pay&t=c&key={$url['hmac']}");
}k::import('plugin.mail'
//echo "{$title} \t {$body} \t {$_post['email']}";//都有值
if(!mail::run($title,$body,$_post['email'],'contact@my.cn','web')){
k::message('Sorry','javascript:history.go(-1);');
} else {
k::message('Your message has been successfully, please be patient reply','javascript:history.go(-1);');
}