c_shelswell Posted January 25, 2007 Share Posted January 25, 2007 I'm trying to put together a html email to be sent out on confimation of purhcase but everytime it sends and email out i'm getting this message:MailScanner has detected a possible fraud attempt from blah blahdoesn't matter if i try a different account. Does anyone know how i might prevent this? It also seems to remove any html links i had in the mail.Cheers Link to comment https://forums.phpfreaks.com/topic/35689-php-generated-email-getting-detected-as-fraud-my-mailscanner/ Share on other sites More sharing options...
kenrbnsn Posted January 25, 2007 Share Posted January 25, 2007 Please post the script you're using to send the email.Ken Link to comment https://forums.phpfreaks.com/topic/35689-php-generated-email-getting-detected-as-fraud-my-mailscanner/#findComment-169080 Share on other sites More sharing options...
c_shelswell Posted January 25, 2007 Author Share Posted January 25, 2007 it's just this [code]mail('[email protected]', 'Purchase Code', '<table width="90%" border="1"><tr><td align="center"><h1>Thank You for your purchase at the Simpleminds Shop</h1></td></tr> <tr><td>Please click here go to this link <a href="www.oliperphonic.com/downloads/downloads.php?'.$linkCode.'">http://localhost/downloads/downloads.php?seclcode='.$linkCode.'</a> and type in this code: '.$purchCode.' to access your download<br /> this page will only be active for the next 3 days.</td></tr></table>', "To: Test Mails <[email protected]>\n" . "From: Purchases at Simple Minds<[email protected]>\n" . "MIME-Version: 1.0\n" . "Content-type: text/html; charset=iso-8859-1"))[/code]i've actually just got [url=http://phpmailer.sourceforge.net/]http://phpmailer.sourceforge.net/[/url] setup perhaps i'd be better using that?thanks very much Link to comment https://forums.phpfreaks.com/topic/35689-php-generated-email-getting-detected-as-fraud-my-mailscanner/#findComment-169085 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.