[HTML] Probleme mit Mail Formular

amerioca

Herzlich willkommen!
Probleme mit Mail Formular

Nachdem ich als Anfaenger verzweifelt versucht habe ein Mail Formular auf meiner Seite einzurichten, aber das nicht auf die Reihe bekommen habe, musste ich feststellen, dass mein Server in den USA da was anbietet, was relativ einfach aussieht und im Aufbau auch funktioniert. Hier eine Kopie:


-----------------------------------------------------------------
Welcome to BlueHost.Com's Form Mailer -

The form mailer requires that you have a basic knowledge of HTML forms. The form mailer has the following options that can be configured for your use.
sendtoemail - This is the email address that the completed form will be mailed to. (Required)
Example <input type="hidden" name="sendtoemail" value="webmaster@paradisecitylove.com">
text - If you set this value to 1 emails will be sent in plain text instead of HTML. (Not required)
Example <input type="hidden" name="text" value="1">
redirect - This is the URL that you want the user sent to AFTER submitting the form. (Not required)
Example <input type="hidden" name="redirect" value="http://www.**redirect url**">
mailfrom - This will make the mail sent to 'sendtoemail' be 'From:' 'mailfrom'. (Not required)
Example <input type="text" name="mailfrom">
file_attachment - This will provide an upload box for a user to attach a file to the email. (Not required)
Example <input type="file" name="file_attachment">

Each of the examples above can be placed into the sample form below.

<form action="http://www.bluehost.com/bluemail" enctype="multipart/form-data" method="POST">
Name: <input type="text" name="Name"><br>
Email: <input type="text" name="mailfrom"><br>
Street Address: <input type="text" name="StreetAddress"><br>
City: <input type="text" name="City"><br>
Zip: <input type="text" name="Zip"><br>
Phone: <input type="text" name="Phone"><br>
<input type="hidden" name="sendtoemail" value="webmaster@paradisecitylove.com"><br>
<input type="submit" value="Send Email">
</form>

If you do not specify a REDIRECT page then the default page that the user
filling out the form would see would look like the page shown below.

Thank you for completing our form.

The following info was sent to webmaster@paradisecitylove.com:
and shows as from test@test.com (the value of the mailfrom input field)
Field Value
Phone test
StreetAddress test
Zip tteest
City test
mailfrom [/COLOR]test@test.com
Name test
----------------------------------------------------------------

ich habe nun mal ein Testformular erstellt und auf den Server geladen, bekomme aber immer nur folgende Antwort:

Not Found
The requested URL /="http://www.bluehost.com/bluemail" was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.36 Server at www.paradisecitylove.com Port 80
-----------------------------------------------------------------------
Ich habe hier schon versucht meine domain http://www.paradisecitylove.com einzutragen und die mail domain mail.paradisecitylove.com.
hat alles nicht geklappt. Immer die Gleiche nachricht.

Hier mal das html script welches ich hochgeladen habe:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>


<body>
<form name="form1" action==" http://www.bluehost.com/bluemail " enctype="multipart/form-data" method="POST">
Name: <input type="text" name="Name"><br>
Email: <input type="text" name="mailfrom"><br>
Street Address: <input type="text" name="StreetAddress"><br>
City: <input type="text" name="City"><br>
Zip: <input type="text" name="Zip"><br>
Phone: <input type="text" name="Phone"><br>
<input type="hidden" name="sendtoemail" value="info@paradisecitylove.com"><br>
<input type="file" name="file_attachment">
<input type="submit" value="Send Email">
</form>



</body>
</html

Vielleicht kann ja jemand helfen. Vielen Dank im voraus
 
Oben