]> git.mxchange.org Git - mailer.git/blobdiff - inc/phpmailer/examples/test1.php
redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / phpmailer / examples / test1.php
index 809382894fa9ef5b43c7f3a73b6cd39c961b92ed..f0ce594fd91c3890cf4a736d057a32229de74dac 100644 (file)
@@ -6,7 +6,7 @@ $mail    = new PHPMailer();
 
 $body    = $mail->getFile('contents.html');
 
-$body    = eregi_replace("[\]",'',$body);
+$body    = eregi_replace("[\]","",$body);
 
 $mail->From     = "name@yourdomain.com";
 $mail->FromName = "First Last";