essenceofire Posted November 2, 2005 Posted November 2, 2005 First off hello everyone ^^ You all seem like such smart people so I decided to ask you all for some help. I just downloaded dodosmail form script and everything works fine except for the fact that none of the e-mails get to me! Here is my current code for my changeinfo.php page [well, part of it.] ><form action="dodosmail.php" method="post"> <p> <!-- these variables require customization --> <input type="hidden" name="required_fields" value="subject,name,email" /> <input type="hidden" name="subject" value="Go! .:.:. Info Change" /> <input type="hidden" name="check_email_address" value="yes" /> <!-- old variables for error page and output page are not replaced by css --> <!-- now you may choose to define the header and footer files for your dodosmail.php below --> <input type="hidden" name="dodosmail_header_file" value="header.php" /> <input type="hidden" name="dodosmail_footer_file" value="footer.php" /> <!-- 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="no" /> <input type="hidden" name="owner_name" value="me" /> <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 do redirection, uncomment the following and edit appropriately --> <input type="hidden" name="after_url" value="confirm.php"> Name: <input type="text" name="name" /><br> Email: <input type="text" name="email" /><br> URL: <input type="text" name="url" /><br> New Email: <input type="text" name="newemail" /><br> New URL: <input type="text" name="newurl" /><br><br> <input type="submit" value=" Submit"> <input type="reset" value=" Clear"> </form> and for my dodosmail page all I did was change the ><? $your_email_address="boundlessconfidence@*****.com"; part to my e-mail. Anyone see any errors that I most likely stupidly made? Thanks in advance! Edit: TCH-Bruce edited email address to prevent spam harvesting Quote
stevevan Posted November 3, 2005 Posted November 3, 2005 Welcome to the forums! While I personally don't use Dodos mail, I do know that there are several family members who do. Be patient...they'll be along to help you out. Quote
TCH-Don Posted November 3, 2005 Posted November 3, 2005 Welcome to the forums Did you also upload the test.php page into the same folder as dodosmail.php and run it to verify all is working? Quote
essenceofire Posted November 3, 2005 Author Posted November 3, 2005 Welcome to the forums Did you also upload the test.php page into the same folder as dodosmail.php and run it to verify all is working? Yes, it's in the exact same folder as all my other pages. And it ran maybe...once or twice perfectly for me, but didn't for my friend who is using AOL and my other friend who is using internet explorer. Quote
TweezerMan Posted November 3, 2005 Posted November 3, 2005 Welcome to the forums, essenceofire! Quote
TCH-Don Posted November 4, 2005 Posted November 4, 2005 Yes, it's in the exact same folder as all my other pages. And it ran maybe...once or twice perfectly for me, but didn't for my friend who is using AOL and my other friend who is using internet explorer. Are you saying the you and your friends can't get the original test.php page to submit the test form now? Quote
essenceofire Posted November 4, 2005 Author Posted November 4, 2005 (edited) Right. Now the form doesn't submit for anyone. EDIT: And btw, thanks everyone...you're all so welcoming ^^ Edited November 4, 2005 by essenceofire Quote
TCH-Don Posted November 4, 2005 Posted November 4, 2005 if the original test.php page will not submit then the dosomail.php processor has a problem. Upload the dodsmail.php file again with only line two uncommented to use your e-mail address and try again. Quote
essenceofire Posted November 4, 2005 Author Posted November 4, 2005 There we go, that fixed it. Thank you so much! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.