Jump to content

Recommended Posts

Posted

Hi,

I am trying to test if I can send an email from my php form to my email to send some information which I fill in my html form.

by clicking on submit button i receive the Waring:

 

"Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\projectinteractive\process.php on line 24"

and I get no email with information

 

I have searched for php.ini file but I couldent find it.

 

do you have any idea?

 

thanks

Posted

It's been a while but I don't know if you can send email from a local XAMPP install. You could really test your script if you try it on a live server.

 

Stefan

 

which other functionalities are not supported in local XAMPP install?

do you have a list.

 

Asghar

Posted

which other functionalities are not supported in local XAMPP install?

do you have a list.

 

Asghar

 

I don't have this list. But from my experience, I only found sending email to be problematic - everything else worked fine.

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
×
×
  • Create New...