]> git.mxchange.org Git - mailer.git/blobdiff - inc/phpmailer/examples/pop3_before_smtp_test.php
Code style changed, ext-user continued:
[mailer.git] / inc / phpmailer / examples / pop3_before_smtp_test.php
index b10b5e151d717992e566ccb2ec1cf35cbb1280d4..7d1e30437e4a8bd4c4feafd344bf1d0035b84752 100644 (file)
@@ -17,7 +17,7 @@
 
   $mail->IsSMTP();
   $mail->SMTPDebug = 2;
-  $mail->IsHTML(false);
+  $mail->IsHTML(FALSE);
 
   $mail->Host     = 'relay.example.com';