Jump to content
xisto Community
Sign in to follow this  
reconraiders

Mail() Clone A PHP mail() function clone

Recommended Posts

A lot of free web hosts have disabled the mail() function so you cannot send emails using PHP. Does anybody know of a script that makes a function "like" mail but is able to be installed in a web accessible directory and called included into another script and called like that? Or maybe you know how to make such a function? I just really need to find a way around the free hosts turning of the mail() function. I need to figure out a way to send emails.

Share this post


Link to post
Share on other sites

Its not possible to override the mail function. The only way is to use a script which uses an smtp username,password and host to send emails to people. As it is a free web hosting package there are a lot of limitations. If you want to i can give you some webspace for cheap money or even free if i talk to my boss.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.