Search found 6 matches

by Phil_V
Mon May 22, 2006 9:18 am
Forum: PHP - Code
Topic: Problem with e-mail sender
Replies: 11
Views: 378

so i could not do anything.here is my header if someone can edit it? $headers = 'From: '.$my['admin_email'].'' . "\r\n"; $headers .= 'To: '.$email.'' . "\r\n"; $headers .= 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=utf-8' . "\r\n&q...
by Phil_V
Mon May 22, 2006 8:30 am
Forum: PHP - Code
Topic: Problem with e-mail sender
Replies: 11
Views: 378

so i could not do anything.here is my header if someone can edit it? $headers = 'From: '.$my['admin_email'].'' . "\r\n"; $headers .= 'To: '.$email.'' . "\r\n"; $headers .= 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=utf-8' . "\r\n&qu...
by Phil_V
Mon May 22, 2006 5:13 am
Forum: PHP - Code
Topic: Problem with e-mail sender
Replies: 11
Views: 378

ok so i've checked the headers and made them like on the ones when you recieve mails in yahoo mail. but still the message in received in bulk.


Please help me.
by Phil_V
Mon May 22, 2006 2:53 am
Forum: PHP - Code
Topic: Problem with e-mail sender
Replies: 11
Views: 378

Sounds like they have a spam filter that is filtering your messages based on a specific criteria. I suppose you need to find out why they're being blacklisted (could be the server/domain PHP is on, could be a specific header switch you are omitting, etc). Look at the message headers and find out wh...
by Phil_V
Mon May 22, 2006 2:50 am
Forum: PHP - Code
Topic: Problem with e-mail sender
Replies: 11
Views: 378

shiznatix wrote:check your headers and search this forum, this question has been answered many time before.

10x, can some one give me a link? :D
by Phil_V
Mon May 22, 2006 2:44 am
Forum: PHP - Code
Topic: Problem with e-mail sender
Replies: 11
Views: 378

Problem with e-mail sender

Hello every one i have made a simple PHP e-mail sender for users in our system. But there is a problem.
Every mail sent by our system is sent to their bulk folder.
How can i fix this. Please help.

10x in advance