Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted
Welcome to the forums :D

 

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.

Posted
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?

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...