moises911
06-10-2004, 08:39 PM
ok, so i downloaded the email script, i put it in my site, then i try it out and the e-mail doesnt get sent! can you figure out the problem? my email is fairy_grafix@yahoo.com so maybe theres something wrong woith me putting the email thing, well heres the code:
<form action="dodosmail.php" method="POST">
<!-- these variables require customization -->
<input type="hidden" name="required_fields" value="subject,after_url,name,email,message">
<input type="hidden" name="your_email_address" value="fairy_grafix@yahoo.com">
<input type="hidden" name="check_email_address" value="no">
<input type="hidden" name="subject" value="DodosMail">
<!-- these variables are for error page and output page if you didn't choose to redirect -->
<input type="hidden" name="background_color" value="#FFFFFF">
<input type="hidden" name="background_image" value="bk.gif">
<input type="hidden" name="text_color" value="#000000">
<input type="hidden" name="link_color" value="#C000C0">
<input type="hidden" name="visited_link_color" value="#0000C0">
<input type="hidden" name="active_link_color" value="#0000C0">
<input type="hidden" name="font_name" value="Verdana">
<input type="hidden" name="font_size" value="2">
<!-- the font color for highlighting required field -->
<input type="hidden" name="highlight_color" value="red">
<!-- leave it blank if you don't have a css file or know what it is -->
<input type="hidden" name="css_file" value="">
<!-- these variables are for the auto response email sent to your sender, feel free to disable by putting a "no" in the first line -->
<input type="hidden" name="autoresponse" value="yes">
<input type="hidden" name="owner_name" value="moises">
<input type="hidden" name="response_subject" value="Thank you for your mail!">
<input type="hidden" name="response_mail" value="This is an auto response to let you know that I've successfully received your email sent through my email form. Thanks!">
<!-- if you want dodosmail to show the send info without redirection, get rid of the following -->
<input type="hidden" name="after_url" value="http://www.fairy.aenimated.org/thankyou.html">
Your Name: <input type="text" name="My name:" size="13"><br><br>
Your Email: <input type="text" name="My email:" size="13"><br><br>
Your Url: <input type="text" name="My url:" size="13"><br><br>
Reason For Email: <input type="text" name="Reason for email:" size="13"><br><br>
Message: <br>
<textarea wrap="virtual" rows="5" name="message">
</textarea><br><br>
<input type="submit" value="Submit">
</form>
<form action="dodosmail.php" method="POST">
<!-- these variables require customization -->
<input type="hidden" name="required_fields" value="subject,after_url,name,email,message">
<input type="hidden" name="your_email_address" value="fairy_grafix@yahoo.com">
<input type="hidden" name="check_email_address" value="no">
<input type="hidden" name="subject" value="DodosMail">
<!-- these variables are for error page and output page if you didn't choose to redirect -->
<input type="hidden" name="background_color" value="#FFFFFF">
<input type="hidden" name="background_image" value="bk.gif">
<input type="hidden" name="text_color" value="#000000">
<input type="hidden" name="link_color" value="#C000C0">
<input type="hidden" name="visited_link_color" value="#0000C0">
<input type="hidden" name="active_link_color" value="#0000C0">
<input type="hidden" name="font_name" value="Verdana">
<input type="hidden" name="font_size" value="2">
<!-- the font color for highlighting required field -->
<input type="hidden" name="highlight_color" value="red">
<!-- leave it blank if you don't have a css file or know what it is -->
<input type="hidden" name="css_file" value="">
<!-- these variables are for the auto response email sent to your sender, feel free to disable by putting a "no" in the first line -->
<input type="hidden" name="autoresponse" value="yes">
<input type="hidden" name="owner_name" value="moises">
<input type="hidden" name="response_subject" value="Thank you for your mail!">
<input type="hidden" name="response_mail" value="This is an auto response to let you know that I've successfully received your email sent through my email form. Thanks!">
<!-- if you want dodosmail to show the send info without redirection, get rid of the following -->
<input type="hidden" name="after_url" value="http://www.fairy.aenimated.org/thankyou.html">
Your Name: <input type="text" name="My name:" size="13"><br><br>
Your Email: <input type="text" name="My email:" size="13"><br><br>
Your Url: <input type="text" name="My url:" size="13"><br><br>
Reason For Email: <input type="text" name="Reason for email:" size="13"><br><br>
Message: <br>
<textarea wrap="virtual" rows="5" name="message">
</textarea><br><br>
<input type="submit" value="Submit">
</form>