Home › Forums › Back End › How to send mails using PHP? › Re: How to send mails using PHP?
July 20, 2012 at 11:08 am
#106475
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.