Link to home
Start Free TrialLog in
Avatar of husker12
husker12

asked on

information form

I have an info form on my website that when submit is clicked I want it to go to a certain email address. problem is when I click on submit I get Your message did not reach some or all of the intended recipients.

      Subject:      Form posted from Microsoft Internet Explorer.
      Sent:      5/12/2005 1:57 PM

The following recipient(s) could not be reached:

      info on 5/12/2005 1:57 PM
            The recipient was unavailable to take delivery of the message
            MSEXCH:MSExchangeIS:CDICORP:CDI(u)EXCHANGE
this is my code that has been driving me nuts
form action="--WEBBOT-SELF--" method="POST">
                                                                                          <!--webbot bot="SaveResults" s-email-format="TEXT/PRE" s-email-address="info@cdicon.com" b-email-label-fields="TRUE" b-email-subject-from-field="FALSE" s-email-subject="Infomation request" s-builtin-fields U-File="contact.html" S-Format="HTML/BR" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" -->
                                                                                          <input type="hidden" value="info@cdicon.com" name="recipient">
                                                                                          <input type="submit" value="Submit form">
any input would be greatly appreciated....Thanks
Avatar of nomi17
nomi17
Flag of United States of America image

have you confirmed that the email address is valid?  Are there any SPAM rules in effect that might be blocking your email?  
Avatar of husker12
husker12

ASKER

email address is valid
ASKER CERTIFIED SOLUTION
Avatar of Eirman
Eirman
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial