Skip to content

Commit

Permalink
host declaration was there twice
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkonecny committed Apr 9, 2014
1 parent ba407f0 commit 213bdd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/mailing_list.phps
Expand Up @@ -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';
Expand Down

0 comments on commit 213bdd6

Please sign in to comment.