Forum Moderators: coopster

Message Too Old, No Replies

mail() will not get through firewall / spam?

         

Scally_Ally

8:29 am on Jun 13, 2006 (gmt 0)

10+ Year Member



Hi,
I have a script that i will be eventually using to send a html mailer to a number of people in a database. At the moment i am just trying to send it to the client, but when i do it does not make it to their email box, i presume it shows up as spam or their firewall rejects it. I know the script works because i can send it to myself.

I have tried setting up a mailbox on the server with the same address as where i say i am sending it from in the script but still no joy. Here are the headers i have been using

$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: MUPC 06 <info@website.com>' . "\r\n";

Any ideas? do i need to put additional headers? i have looked around on this subject but not found anything.

Any help appreciated.

Cheers

eelixduppy

1:13 pm on Jun 13, 2006 (gmt 0)



You may find some answers in this thread [webmasterworld.com]. Good luck!

jatar_k

6:40 am on Jun 15, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



you could try this search [google.com] as well