Skip to content

Commit

Permalink
Second Smallest PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikk committed Sep 28, 2014
1 parent d55f3ca commit bad4392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mail.phps
Expand Up @@ -6,7 +6,7 @@
require '../PHPMailerAutoload.php';

//Create a new PHPMailer instance
$mail = new PHPMailer();
$mail = new PHPMailer;
//Set who the message is to be sent from
$mail->setFrom('from@example.com', 'First Last');
//Set an alternative reply-to address
Expand Down

0 comments on commit bad4392

Please sign in to comment.