X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fphpmailer%2Fexamples%2Ftest1.php;h=f0ce594fd91c3890cf4a736d057a32229de74dac;hb=fad1ea280c27f9ba8ae818b87b0ba29d2c113b1b;hp=809382894fa9ef5b43c7f3a73b6cd39c961b92ed;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/phpmailer/examples/test1.php b/inc/phpmailer/examples/test1.php index 809382894f..f0ce594fd9 100644 --- a/inc/phpmailer/examples/test1.php +++ b/inc/phpmailer/examples/test1.php @@ -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";