PHP mail function with AOL IDs on Linux

jeephp

Registered
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
 
AOL has a very agressive SPAM blocking system so that's probably what's blocking your messages. You should make sure you have a correct domain name assigned to the machine that's sending the email because I believe they check them.
 
Back
Top