How to use phpMailer isSMTP on Bluehost?
问题 It's taken me days to get the right settings so I thought I would post a php script that works on Bluehost. In initial tests using isSMTP is faster than isMAIL. <?php require_once '../includes/phpmailer/PHPMailerAutoload.php'; $mail = new PHPMailer(); $mail->IsSMTP(); // set mailer to use SMTP $mail->Host = "box1311.bluehost.com"; // specify bluehost as outgoing server $mail->SMTPSecure = "tls"; // sets the prefix to the server do not use ssl $mail->SMTPDebug = 3; // comment out if you don't