Skip to content

Commit bad4392

Browse files
committed
Second Smallest PR
1 parent d55f3ca commit bad4392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mail.phps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require '../PHPMailerAutoload.php';
77

88
//Create a new PHPMailer instance
9-
$mail = new PHPMailer();
9+
$mail = new PHPMailer;
1010
//Set who the message is to be sent from
1111
$mail->setFrom('[email protected]', 'First Last');
1212
//Set an alternative reply-to address

0 commit comments

Comments
 (0)