HighDots Forums  

ASP form to email

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss ASP form to email in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
beckiehawk
 
Posts: n/a

Default ASP form to email - 07-16-2004 , 11:40 AM






HELP! I found (what I thought was) a really cool form to email ASP it does
everything I need it to do EXCEPT send me the email. Can someone look at it
and tell me what I'm doing wrong, please.

The form is at www.imagineadv.com/customer_resources/4-page_order.asp
The asp is at www.imagineadv.com/customer_resources/formmail.asp

Thanks for your help!


Reply With Quote
  #2  
Old   
christoff915
 
Posts: n/a

Default Re: ASP form to email - 07-16-2004 , 11:54 AM






www.kaosweaver.com

you can find kaos mailer here, which is a dreamweaver extension that will
create the asp page for you. you just have to design the form and then assign
kaos mailer to the form and it takes care of everything else, for the most
part. it's very easy to use, and it's free.
as for your code, i'm just learning asp myself, so i'm not going to try to
give you advice on manual coding. i wouldn't want to give you bad advice. there
are much more knowledgable people here than i. i'll let them field the actual
code.

give kaos mailer a try though, it works and you can always look at the code it
generates and compare it to your own.

hope it helps,
christoff


Reply With Quote
  #3  
Old   
Les Matthews
 
Posts: n/a

Default Re: ASP form to email - 07-16-2004 , 01:02 PM



You will have to supply the asp code that is supposed to generate the email
before anyone can help. Going to the page with a browser only shows the
rendered html.
What is the mail component - CDONTS, CDO, ASPMail?
Have you checked to ensure smtp is running on the server?

"beckiehawk" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
HELP! I found (what I thought was) a really cool form to email ASP it does
everything I need it to do EXCEPT send me the email. Can someone look at
it
and tell me what I'm doing wrong, please.

The form is at www.imagineadv.com/customer_resources/4-page_order.asp
The asp is at www.imagineadv.com/customer_resources/formmail.asp

Thanks for your help!




Reply With Quote
  #4  
Old   
Les Matthews
 
Posts: n/a

Default Re: ASP form to email - 07-16-2004 , 03:36 PM



Has the form page been setup (including using the required naming convention
for the form fields) are stipulated on this page -
http://www.brainjar.com/asp/formmail/?

The instructions on the brainjar site also state that the mailComp parameter
at the top of the script on the formmail page should be set to ONE of
"ASPMail", "CDONTS", "CDOSYS" or "JMail". You have THREE mail components
listed.

Are you sure that "mail.atl.cbeyond.com" is the smtp server for
imagineadv.com?




Reply With Quote
  #5  
Old   
beckiehawk
 
Posts: n/a

Default Re: ASP form to email - 07-16-2004 , 04:43 PM



Yes I made sure all the variables in the form field were named as specified by
brainjar. I made sure the smtp server was what I have typed in there.

I tried to change the mail comp to just "CDO" which is what my host says they
have, but it still won't go to my email.

I get a very nice page with a table that has all my form information in it,
but it isn't being sent to me.


Reply With Quote
  #6  
Old   
Les Matthews
 
Posts: n/a

Default Re: ASP form to email - 07-16-2004 , 07:35 PM



"beckiehawk" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I tried to change the mail comp to just "CDO" which is what my host says
they
have, but it still won't go to my email.
Try "CDOSYS"
CDO and CDOSYS are the same thing, but the example on brainjar was CDOSYS




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.