> I have two shopping carts. Both are almost same with little bit change.Everything is
> working fine except the mail function. I have tested this only on Yahoo mail .
> For first website all mail are going in to Inbox and for the second website all the mails
> goes into BULK folder. Could any one plz find out what will be the probelm.
>
> Here is the headers i am using in my script.
>
> $userheaders = "MIME-Version: 1.0\r\n";
> $userheaders .= "Content-type: text/html; charset=iso-8859-1\r\n";
> $userheaders .= "From:mysite.com <[EMAIL PROTECTED]>";
>
> Mohd Asif Ali
> www.PhpTuB.com
I have noticed that Yahoo Mail's spam filters will sometimes look at the sender address. If the
sender is in your address book, it will not be placed in bulk. If it is not, it may be.
There are many techniques used to detect spam. Sometimes a realtime blacklist is used where
domains and IPs which are known to originate spam are blocked. In other situations, the MTA tries
to determine if the domain and IP match up. If they don't, the message is considered to be spam.
Another consideration, you should have the \r\n at the end of your last header to be in full
compliance with the email standard.
James
_____
James D. Keeline
http://www.Keeline.com http://www.Keeline.com/articles
http://Stratemeyer.org http://www.Keeline.com/TSCollection
http://www.ITeachPHP.com -- Free Computer Classes: Linux, PHP, etc.
Spring Semester January-June 2006. Two new class topics.
Community email addresses:
Post message: [email protected]
Subscribe: [EMAIL PROTECTED]
Unsubscribe: [EMAIL PROTECTED]
List owner: [EMAIL PROTECTED]
Shortcut URL to this page:
http://groups.yahoo.com/group/php-list
SPONSORED LINKS
| Php mysql | Job postings |
YAHOO! GROUPS LINKS
- Visit your group "php-list" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
