Home > Archive > ASP > October 2006 > Generate Email from Form Submission
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Generate Email from Form Submission
|
|
|
| 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
| |
| Mike Brind 2006-10-30, 9:55 pm |
|
"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=e...nG=Search&meta=
--
Mike Brind
| |
| Luke Zhang [MSFT] 2006-10-30, 9:55 pm |
| 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/subscript...ault.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/subscript...t/default.aspx.
========================================
==========
This posting is provided "AS IS" with no warranties, and confers no rights.
|
|
|
|
|