Based on my previous question, I was not receiving any e-mail. And then, I tried to run that on http://writecodeonline.com/.
Finally I got warning notification (check here). Is that the problem why I didn't receive any e-mail?
Based on my previous question, I was not receiving any e-mail. And then, I tried to run that on http://writecodeonline.com/.
Finally I got warning notification (check here). Is that the problem why I didn't receive any e-mail?
In php.ini
there is setting for disable_functions
where server admin can put command/operation which he want to disable for security purpose. so it may be possible mail() function has entry into that..Please check with your php.ini for this setting..for eg disable_functions=popen,exec,system,passthru,proc_open,shell_exec,show_source,phpinfo,mail
The site says that because they've disabled that method in their php.ini
file. However, if you wish to make the mail()
method work, you have to setup it up.
However, I found an answer for you which I found on StackOverflow. You can follow it to accomplish the task. Setting up mail server in pc