function mailto($nickname, $address, $id, $activation_code) { date_default_timezone_set('PRC'); include_once("class.phpmailer.php"); $mail = new PHPMailer(); // defaults to using php "mail()" $mail->IsSMTP(); $mail->Host = "smtp.163.com"; // SMTP 服務(wù)器 ...
www.dbjr.com.cn/article/430...htm 2025-6-7