Where can I host to send mails for free?
Unable to send mail...000, tht one u r using- doesn't allow sending mails for free
Hi, @SparkScratch-P
I just checked, what you said, it allows to send emails for free till date. You can try sending some pseudo username and pass here.
You may follow this steps for troubleshooting:
- Run this script
<?php
if ( function_exists( 'mail' ) )
{
echo 'mail() is available';
}
else
{
echo 'mail() has been disabled';
}
?>
- If found disabled, then enable it
-
Recheck the email address on which you want send emails
- try a different email address or check spam folder too
-
However, you are free to choose, whatever hosting services you found, in this case I can't suggest you names
Regards
doing the above trobleshooting mail() is disabled. How to enable it?
000 webhost desable the php mail function for security reasons. They issued a notice for that.