Please help me with sendmail!
I hope you can help me. I set up a simple form on my website, only fields for name and e-mail and a send button. I am using Joomla, and I added the folowing code in the source field of an article. (Should it be here or somewhere else?)
| <form action="sendmail.php" method="post" name="Form"> <p style="text-align: center">Name <input name="Name" type="text" /></p> <p style="text-align: center">E-mail <input name="E-mail" type="text" /></p> <p style="text-align: center"><input type="submit" name="Send" value="Send" /></p> </form> <?php $Name = $_REQUEST['Name'] ; $E-mail = $_REQUEST['E-mail'] ; mail( "me@mysite.com", "Feedback Form Results", $message, "From: $Name" ); header( "Location: http://www.redirecthere.com" ); ?> |
I made sure sendmail is selected in the global configuration, and the sendmail path is given as /usr/sbin/sendmail.
Now when I enter values and click send on my site I get the following message: "The page cannot be found". The URL of this page is http://www.mysite.com/sendmail.php. What is wrong? I know this is a simple form, but I want to test the sendmail function before I write a more complicated form script.
Thanks
-
Aronya -
[ 1 ] Thanks
{{ DiscussionBoard.errors[1037809].message }} -
-
MemberWing -
[ 1 ] Thanks - 1 reply
Signature| Law of Attraction Coaching | Secure Fast Hosting | Law of Attraction |{{ DiscussionBoard.errors[1038547].message }}-
Cruiser -
Thanks - 1 reply
{{ DiscussionBoard.errors[1039327].message }}-
Cruiser -
Thanks - 1 reply
{{ DiscussionBoard.errors[1039362].message }}-
Cruiser -
Thanks - 1 reply
{{ DiscussionBoard.errors[1039718].message }}-
Aronya -
Thanks - 2 replies
{{ DiscussionBoard.errors[1040309].message }}-
Cruiser -
Thanks
{{ DiscussionBoard.errors[1042110].message }} -
-
Cruiser -
Thanks
{{ DiscussionBoard.errors[1042112].message }} -
-
-
-
-
-
-
Cruiser -
Thanks
{{ DiscussionBoard.errors[1042122].message }} -