Web Hosting Talk







View Full Version : need help: trouble with mail function....


cuongdm
12-26-2005, 12:58 AM
hi guys,
i use function mail() from my website but it doesn't work as i expected.... emails (verification emails when people register) always go to BULK mail (Yahoo acc) at the first time, if i check to "Not Spam" the next time it will go to Inbox as i want... BUT, sure people don't have the will to find my emails in BULK and do like i did...
I have another email acc that checked by OE, emails from my site can't go to this acc either....
how can i do now?
-------------
thanks for any comments?

Burhan
12-26-2005, 01:51 AM
You need to check to see what are the headers that your email is sending out. These can be the first thing to trigger spam.

Of course, if what is included in your message is considered spam, you cannot do anything about it.

Post some of your script that is sending out spam (and a raw copy of the email, with headers).