Jump to content

PHP generated email getting detected as fraud my mailscanner


c_shelswell

Recommended Posts

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 blah

doesn'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
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.