Page 1 of 1

PHP mail function, AOL IDs and Linux

Posted: Fri Apr 21, 2006 1:32 am
by jeephp
Hello Friends,

We are using PHP and MySQL technologies in site running on Linux.

We are using PHP mail function to send emails to our site users on different occasion unfortunately we found that mail could not delivered on AOL IDs so all our site users who has AOL email ID are not able to receive any email those we have sent through PHP mail function.

Expecting some assistance to get this resolved

Regards,
Paresh Kharsan

Re: PHP mail function, AOL IDs and Linux

Posted: Fri Apr 21, 2006 2:55 am
by Chris Corbyn
jeephp wrote:Hello Friends,

We are using PHP and MySQL technologies in site running on Linux.

We are using PHP mail function to send emails to our site users on different occasion unfortunately we found that mail could not delivered on AOL IDs so all our site users who has AOL email ID are not able to receive any email those we have sent through PHP mail function.

Expecting some assistance to get this resolved

Regards,
Paresh Kharsan
Don't use mail()... it's too tricky to get the headers working and not blocked by spam filters. AOL are filtering your mail as junk. Try phpMailer.