host declaration was there twice

This commit is contained in:
michaelkonecny 2014-04-09 18:29:41 +02:00
parent ba407f0d77
commit 213bdd6de4
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ $mail->isSMTP();
$mail->Host = 'smtp.example.com';
$mail->SMTPAuth = true;
$mail->SMTPKeepAlive = true; // SMTP connection will not close after each email sent, reduces SMTP overhead
$mail->Host = 'mail.example.com';
$mail->Port = 25;
$mail->Username = 'yourname@example.com';
$mail->Password = 'yourpassword';