Insta-login icon indicating copy to clipboard operation
Insta-login copied to clipboard

Where can I host to send mails for free?

Open SparkScratch-P opened this issue 2 years ago • 3 comments

Unable to send mail...000, tht one u r using- doesn't allow sending mails for free

SparkScratch-P avatar Jun 25 '23 18:06 SparkScratch-P

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

Abhijeetbyte avatar Jun 29 '23 07:06 Abhijeetbyte

doing the above trobleshooting mail() is disabled. How to enable it?

dhruvkatyayan avatar Dec 26 '23 16:12 dhruvkatyayan

000 webhost desable the php mail function for security reasons. They issued a notice for that.

Abhijeetbyte avatar Dec 27 '23 06:12 Abhijeetbyte