View Full Version : Email Does not Come, No Error
info271221
09-09-2009, 10:37 AM
I have created quiet a few contact forms with Universal Email; however never had no error message and no email.
Please look into this page: http://www.chelsealawoffice.com/contactform.asp
Jason Byrnes
09-09-2009, 12:56 PM
Your forms action is set to post to the ThankYou.asp page:
<form id="form" name="form" action="ThankYou.asp" method="post">
Unless the Universal Email server behavior is applied to that page, the email will never chance to be sent.
Change the action to be blank:
<form id="form" name="form" action="" method="post">
so that it will post to itself to give Universal Email the chance to send the email. In the Universal Email server behavior, you can set it to redirect to the ThankYou.asp page after the email is sent.
info271221
09-14-2009, 09:01 AM
http://www.chelsealawoffice.com/contactform.asp - not all fields where coming thru the email so I edit and now I get an error after click on submit.
Thanks for your help!
Julie
Jason Byrnes
09-14-2009, 12:50 PM
The error I gert when I test your page is:
CDO.Message.1 (0x80040213)
The transport failed to connect to the server.
/WA_Universal_Email/CDOSYS_VB.asp, line 149
This error means that the SMTP server address you entered on the first tab of Universal Email is not correct. double check the SMTP server address you are using.
info271221
09-15-2009, 09:03 AM
It works now - Thank You!
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.