PHP mail function, AOL IDs and Linux

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
jeephp
Forum Newbie
Posts: 16
Joined: Sat Apr 23, 2005 4:42 am

PHP mail function, AOL IDs and Linux

Post 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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: PHP mail function, AOL IDs and Linux

Post 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.
Post Reply