Page 1 of 1

PHP Mail = Spam?

Posted: Wed Jul 05, 2006 8:49 am
by suicide
I have an issue where mail sent out of an old script I use get flaged as spam on a few bigger ISPs (Verizon)...

Its pretty straight forward

Code: Select all

mail($sEmail,$mail_subject,$message,"From: ".SUPPORT_EMAIL." \nContent-Type: text/".($iMailFmt ? 'plain' : 'html')."; X-Mailer Version 6.9");
was curious if there are an headers I need to add to make it valid or if that X-Mailer is invalid (don't knwo what it is).

My host isnt on any blacklist or anything (was first thing I checked)..

any ideas/additions?

Thank you for yoru time!

Posted: Wed Jul 05, 2006 8:58 am
by JayBird
You could use this - viewtopic.php?t=48055

Posted: Wed Jul 05, 2006 3:07 pm
by suicide
thats awesome, i was loking at other scripts but could not figure out which one to try... but if Swift has your THUMBS UP, then its the one I want to use :)

Thanks Pimp!

Posted: Wed Jul 05, 2006 3:32 pm
by John Cartwright
suicide wrote:thats awesome, i was loking at other scripts but could not figure out which one to try... but if Swift has your THUMBS UP, then its the one I want to use :)

Thanks Pimp!
It has my two thumbs up, and a foot. :wink: