Re: HOWTO Send an email to a Web Server.

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 12/10/04


Date: Thu, 9 Dec 2004 21:12:16 -0800

Email is handled with a totally different protocol (SMTP) than a web page
(HTTP), so no, you cannot "send email to a web server / ASP page" because
we're talking about different protocols.

It is possible for a web server / ASP page to use ANOTHER component to
send/receive email, but that has nothing to do with IIS. Outlook Web Access
does this all the time. You should search for "CDO and ASP"

Example code on how to send an email using ASP.
http://support.microsoft.com/?id=286430

I also recommend Microsoft Small Business Server 2003, which pretty much
solves this problem. It is trivial to set up, and you can easily
send/receive email over the web and using just a web browser.

-- 
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"ATS" <ATS@discussions.microsoft.com> wrote in message
news:3BAAD294-A379-479E-9012-0D4DF638F26F@microsoft.com...
Please help,
  Is there a way one can email to a Web Server, and in particular to an ASP
web page running under IIS? What I want to do is have user's anywheres in
the
world create standard "emails" where they get posted to a web server running
IIS/ASP. Is there perhaps a way one can change the email address to somehow
mean HTTP? Or a web server's address?


Relevant Pages

  • Re: How to configure windows ce 4.2 devices web server
    ... underlying features that ASP needs that the web server doesn't ... You need to let your OEM know whether you want JScript, ... The Web Server as provided by Microsoft does not have server-side Java ... "Jean" wrote in message ...
    (microsoft.public.windowsce.platbuilder)
  • Re: WebServer on WinCE
    ... As long as the web server itself is running your COM object in its thread, ... > I have a question on the CE Webserver. ... If I have a ASP page with a VB ... > client because of some timeout it hits. ...
    (microsoft.public.windowsce.app.development)
  • Problem with ASP on Webserver
    ... I have a problem with the web server on windows CE 5.0 when running an ASP ... (Accept-Language:) ... Parse error in script ...
    (microsoft.public.windowsce.platbuilder)
  • Re: sslstream and certificates
    ... If your goal is to implement a custom HTTP Server, ... >> It sounds like you are trying to implement your own web server. ... > is a system which provides a web interface as well as one with winforms. ... > asp in a winforms application to create a basic http-server? ...
    (microsoft.public.dotnet.security)
  • HOWTO Send an email to a Web Server.
    ... Is there a way one can email to a Web Server, and in particular to an ASP ... web page running under IIS? ... mean HTTP? ...
    (microsoft.public.inetserver.iis)