PHP to connect to Hotmail to send email?
问题 currently I am trying to use PHPmailer to send email out. Here are the codes below <?php require("phpmailer/class.phpmailer.php"); $mail = new PHPMailer(); // ---------- adjust these lines --------------------------- ------------ $mail->Username = "(username@hotmail.com)"; // your hotmail user name $mail->Password = "password"; $mail->AddAddress"(username@hotmail.com)"; // recipients email $mail->FromName = "test"; // readable name $mail->Subject = "Subject title"; $mail->Body = "Here is the