Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End How to send mails using PHP? Re: How to send mails using PHP?

#106475
Blackhawkso
Member

Some times the mail() php function can be switched off as default by your hosting company in the php.ini file. One thing you can try to do is put a php.ini file in the same directory as the script and make sure that the mail() function is switched on in it. This sometimes might not work if the hosting company have set the server up to ignore other php.ini files.