Code: Select all
$mail->SMTPAuth = true; // enable SMTP authentication
$mail->Port = 25; // set the SMTP server port
$mail->Host = "mail.tester.com"; // SMTP server
$mail->Username = "info@tester.com"; // SMTP server username
$mail->Password = ""; // SMTP server passwordcheers