On 5/27/09 12:07 PM, "LAMP" <l...@afan.net> wrote:

> The problem is the confirmation emails and "reset password" emails are
> very often caught  by email filter and finish in Spam/Junk folder, or
> even stopped by ISP. What am I doing wrong, or what to do to improve the
> code?

i've run into this. among many factors that can be involved, the sending
smtp server needs to be in address block that isn't black listed anywhere,
e.g. don't try sending from a comcast address.

also, you server needs to handle greylisting.

it may help to set an spf record.

in one instance i ended up using a well known mail hosting provider and
sending the mail to their smtp server with authenticated smtp over ssl,
which can be done quite easily with pear mail. i.e. pay the hosting company
to worry about getting the emails through.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to