close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Not All Emails Going Through GoDaddy

Thread began 11/04/2009 5:20 am by mrobben375515 | Last modified 11/05/2009 9:41 am by Jason Byrnes | 1981 views | 4 replies |

mrobben375515

Not All Emails Going Through GoDaddy

I have two sites using Universal Email. Each site has more that one instance of Universal Email in the. Only one email is being sent out of each site. How can I diagnose what is going on?

Sign in to reply to this post

takingchances6176651

I have one instance of UE on godaddy and some forms submitted I receive and some I do not when testing it. Any ideas?

Sign in to reply to this post

Jason ByrnesWebAssist

mrobben,


Are you saying you have two UE instances on the same page, one sends and the other doesn't?

If this is the case, make sure the first one does not redirect to another page before the second one can trigger.



--------------
takingchances,

If the form send to some email addresses, but not others, this will be a problem with the smtp server, or the messages are being caught as spam. The smtp server is not relaying to some addresses, but will relay top others, you should contact the host to see why it is not relaying to some addresses/

Sign in to reply to this post

mrobben375515

UE Problem

No. We have the followng pages that work:

yearbooks.php
quote.php

These pages are not working:
earlyreader.php
contactus.php
freesoftware.php
fundraising.php

I am attaching the files that I think are relevant.

Attached Files
WA-php.zip
WA_Universal_Email.zip
Sign in to reply to this post

Jason ByrnesWebAssist

On all of the problem pages, the forms action is to post to another page. since it posts to another page, universal Email is not triggered to send the email.

On some of the pages, you are referencing form elements that do not exist on the page.



earlyreader.php:

Form action to thankyou.php page:

<form class="NewFromBlank_Default" id="EarlyReader_NewFromBlank_Default" name="EarlyReader_NewFromBlank_Default" method="post" action="thankyou.php">



recipient email form element is set to:
Send_Me_The_Early_Reader_Words_group_Email

This form element does not exist on the page.



contactus.php:
Form action is set to go to the thank you page:

html:
<form class="NewFromBlank_Default" id="SimpleContact_NewFromBlank_Default" name="SimpleContact_NewFromBlank_Default" method="post" action="thankyou.php">





line 13 - 34 is validating form elements that do not exist on the page:

php:
<?php 

if ($_SERVER["REQUEST_METHOD"] == "POST")  {
  
$WAFV_Redirect "";
  
$_SESSION['WAVT_contact_Errors'] = "";
  if (
$WAFV_Redirect == "")  {
    
$WAFV_Redirect $_SERVER["PHP_SELF"];
  }
  
$WAFV_Errors "";
  
$WAFV_Errors .= WAValidateRQ(((isset($_POST["Contact_Name"]))?$_POST["Contact_Name"]:"") . "",true,1);
  
$WAFV_Errors .= WAValidateEM(((isset($_POST["Email_address"]))?$_POST["Email_address"]:"") . "",true,2);
  
$WAFV_Errors .= WAValidateRQ(((isset($_POST["Comments"]))?$_POST["Comments"]:"") . "",true,3);
  
$WAFV_Errors .= WAValidateLE(((isset($_POST["Security_code"]))?strtolower($_POST["Security_code"]):"") . "",((isset($_SESSION["captcha_1"]))?strtolower($_SESSION["captcha_1"]):"") . "",true,4);
  
$WAFV_Errors .= WAValidateLE(((isset($_POST["Security_code"]))?strtolower($_POST["Security_question"]):"") . "",((isset($_SESSION["random_answer"]))?$_SESSION["random_answer"]:"") . "",true,5);
  
$WAFV_Errors .= WAValidateRX(((isset($_POST["addblock"]))?$_POST["addblock"]:"") . "","/^$/i",false,6);
  
$WAFV_Errors .= WAValidateRX(((isset($_POST["seconddblock"]))?$_POST["seconddblock"]:"") . "","/^$/i",false,7);

  if (
$WAFV_Errors != "")  {
    
PostResult($WAFV_Redirect,$WAFV_Errors,"contact");
  }
}
?>




freesoftware.php:

form action is set to post to the freedownload.php page:

html:
<form class="NewFromBlank_Default" id="FreeSoftware_NewFromBlank_Default" name="FreeSoftware_NewFromBlank_Default" method="post" action="freedownload.php">



The trigger for element:
RichRegistration_submit

and Redipent email element:
Registration_group_Email

do not exist on the page exist




fundraising.php:
Form action is set to thankyou.php page:
<form class="NewFromBlank_Default" id="SimpleRegistration_NewFromBlank_Default" name="SimpleRegistration_NewFromBlank_Default" method="post" action="thankyou.php">

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...