Second Smallest PR

This commit is contained in:
Ricardo 2014-09-28 02:25:22 -03:00
parent d55f3cafe4
commit bad4392df1
1 changed files with 1 additions and 1 deletions

View File

@ -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