| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Spare Parts
Join Date: Jan 2005
Location: Bracknell Forest
Posts: 4,919
|
php mail form being treated as spam
I have set up a mailform on a customers new site. It works fine coming to me but when I change address to go to the customer they do not arrive. I am guessing they are being picked up as spam and blocked. Has anyone else encountered this problem? Would adding more details to header info prevent this happening? Any suggestions? PHP Code:
|
|
|
|
|
|
#2 (permalink) |
|
Warchief
Join Date: Apr 2003
Posts: 439
|
Well I use this in my mail scripts and I've not encountered it being treated as spam - but it's pretty much the same as what you have: Code:
|
|
|
|
#4 (permalink) |
|
shiro
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 2,524
|
Mail sent with the php mail filter often gets filtered by junk mail filters. I have found the phpmailer class (google it) works well for preventing that, especially if you set up smtp verification. |
|
![]() |