|
Posted by J.O. Aho on 11/19/06 19:43
affiliateian@gmail.com wrote:
> At the old web host, our php tell a friend script would work properly
> (ie. send emai lto sender and send another email to friend). At the new
> web host, no emails arrive in gmail, hotmail or hotmail accounts. We
> can only receive emails when using our domain name. Is there something
> at the new web host that might be causing this?
>
> Perhaps our php script is out dated. Can someone point us to a tutorial
> on how to send HTML emails via php?
There are a load of anti-spam filters and methods used by many mail-services,
and most likely your mail triggers one of the filters. What you can do is to
look at the full header of your mail that did pass to hotmail and compare that
with what you add on the php-sent mails header, don't copy the mail clients
ID, will just increase the risk of getting caught by a spam filter.
Tune that header until hotmail accepts it with default spam filter settings.
//Aho
[Back to original message]
|