Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can I host to send mails for free? #2

Open
SparkScratch-P opened this issue Jun 25, 2023 · 3 comments
Open

Where can I host to send mails for free? #2

SparkScratch-P opened this issue Jun 25, 2023 · 3 comments

Comments

@SparkScratch-P
Copy link

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

@Abhijeetbyte
Copy link
Owner

Abhijeetbyte commented Jun 29, 2023

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

@dhruvkatyayan
Copy link

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

@Abhijeetbyte
Copy link
Owner

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

This was referenced May 29, 2024
@Abhijeetbyte Abhijeetbyte reopened this May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants