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
PHP mail function, AOL IDs and Linux
Moderator: General Moderators
- 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
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.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