Posted by J.O. Aho on 09/03/07 18:29
jason.m.ho@gmail.com wrote:
> Hello,
> I need to be able to send email in PHP without it getting filtered by
> spam filters.
Avoid things that would make the mail to be classed as spam, like HTML tags
and false headers (copy headers from a mail client like outlook express).
Also see to that the sending server has a proper reverseDNS and isn't included
at some of the major blacklists.
--
//Aho
[Back to original message]
|