2 ways
1- put a link in the linux/programming zone in here in EE
2- paste your script and a phpinfo()
Main Topics
Browse All TopicsI have PHP scripts that send verifications to people who signup, order, or update their accounts. I cannot get them to work and have been around the block with EV1 servers. I have tried multiple scripts and none of them work. When I click "go" nothing happens, no errors just nothing. I have double checked the "hosts" file and "network" file and they seem correct and the sendmail path is correct as well as far as I know. I'm lost on this one but and need help it is a critical application for this site. Help!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Is this what you're using? http://www.dreamcost.com/?
Could you post a link, and maybe some code to go off of...
CoolATIGuy
Pablouruguay,
I apologize, but I don't know what you mean by user apache in the console. How do I do that or check it?
I'm a bit of a beginner wih this.
CoolATIGuy,
Here is a script I'm testing with.
<?php
// Your email address
$email = "me@myemail.net";
// The subject
$subject = "Enter your subject here";
// The message
$message = "Enter your message here";
mail($email, $subject, $message, "From: me@mydomain.com");
echo "The email has been sent.";
?>
Thank you both for trying to help.
Try changing "$email" to "$to", and try it again...(see http://us2.php.net/functio
If that doesn't work, can we get the rest of the page code, esp. the part with the "go" button?
CoolATIGuy
I'm calling this up from the browser, there is no form. The form and code I want to use is dreamaccount and iyes, t is the link you posted but I can't get together all the code it uses for an email it has a complete function.php page and a seperate html template. I still believe this is a configuration issue with the server and not a script issue.
Check this out: http://www.experts-exchang
And: http://www.faqts.com/knowl
Sounds like you need to get dreamaccount to get their act together... :-)
CoolATIGuy
Business Accounts
Answer for Membership
by: CoolATIGuyPosted on 2004-07-28 at 23:30:16ID: 11664087
Which script are you using?
CoolATIGuy