芝麻web文件管理V1.00
编辑当前文件:/home/jambtst2015/public_html/giraffeng.com/admin/send_questions.php
From($from); $sts->Subject($getSubject); $sts->Body($templete_body); $sts->To($to_email1); $sts->To($to_email2); $send = $sts->Send(); if($send){ echo "Questions Sent Successfully."; } ?>