ASP routine

A

ah

I need to write a small routine in order to automatically
email a documentation to the persons who filled in the
online form, if they ticked "doc".

I have explored a bit the asp language online and started
learning the basics but am not good enough yet. Could
someone point me towards a similar routine in asp that I
could adapt to my needs?
 
T

Thomas A. Rowe

In your IE browser type either of the following:

? Sending Attachments with CDOSYS

or

? Sending Attachments with CDONTS

A better approach is to provide a link to the document on your site for the user to download or have
the user login and then download the document, because you never know if a person email account
handle the site file you might be sending or if they accept attachments, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

ah

Thank you for the tips. I found lots of interesting
scripts there that I am going to analyse.

We do not want to provide a link to the document on our
site for the users to download because we need the
contact details for the persons who have our
documentation sent to them.
-----Original Message-----
In your IE browser type either of the following:

? Sending Attachments with CDOSYS

or

? Sending Attachments with CDONTS

A better approach is to provide a link to the document
on your site for the user to download or have
the user login and then download the document, because
you never know if a person email account
 
T

Thomas A. Rowe

The link to the document would be email to the user after they had submitted the form.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

Andrew Murray

i.e. you're emailing the link to the document, not the document itself, because
the user's ISP may have restrictions on document attachment sizes on their email
service etc. (like Hotmail for example, only allows up to 1meg files (mail
attachments either incoming or outgoing) or at least I think it used to).
 
Top