PHP Mail = Spam?
Posted: Wed Jul 05, 2006 8:49 am
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
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!
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");My host isnt on any blacklist or anything (was first thing I checked)..
any ideas/additions?
Thank you for yoru time!