I have a form on my ASP 3.0 web site and I need to monitor submissions.

Is it possible to generate an email upon form submission?

If so, how do I invoke the email functionality from an ASP 3.0 page?

Thanks
Dave

Re: Generate Email from Form Submission by Mike

Mike
Sat Oct 28 15:38:52 CDT 2006


"Dave" <davefrick@newsgroup.nospam> wrote in message
news:eRB8p0s%23GHA.4888@TK2MSFTNGP04.phx.gbl...
>I have a form on my ASP 3.0 web site and I need to monitor submissions.
>
> Is it possible to generate an email upon form submission?
>
> If so, how do I invoke the email functionality from an ASP 3.0 page?
>

The Google Internet search engine is quite handy -

http://www.google.co.uk/search?hl=en&safe=off&q=send+email+from+asp+page&btnG=Search&meta=

--
Mike Brind



RE: Generate Email from Form Submission by lukezhan

lukezhan
Sun Oct 29 19:40:36 CST 2006

Hello Dave,

In an ASP page, we can send an email with CDONTS through SMTP. Here are
some sample on this:

http://support.microsoft.com/kb/189945

http://support.microsoft.com/kb/264072

Or with CDOSYS:

How to send HTML formatted mail using CDO for Windows 2000 and a remote
SMTP service
http://support.microsoft.com/kb/286431

If there is anything unclear, please feel free to let me know.

Sincerely,

Luke Zhang

Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.