Skip to content

Commit

Permalink
Merge pull request Synchro#10 from michaelkonecny/patch-1
Browse files Browse the repository at this point in the history
host declaration was there twice
  • Loading branch information
Synchro committed Apr 9, 2014
2 parents ba407f0 + 213bdd6 commit 2469c6c
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 2469c6c

Please sign in to comment.