|
 |
aspx thread: IIS SMTP
Message #1 by "Simon Robinson" <srobinson@g...> on Thu, 10 Oct 2002 15:22:49
|
|
Hi All,
Can anyone tell me how to configure the mail server in IIS?
I keep getting this error when I try to send new mail...
System.Runtime.InteropServices.COMException (0x80040213):
Cheers,
Simon.
Message #2 by "Samuel Engelman" <samuel_engelman@p...> on Thu, 10 Oct 2002 11:01:13 -0400
|
|
I got this error when I tried to send an email without a valid from address
and to address
|---------+--------------------------------------->
| | "Simon Robinson" |
| | <srobinson@g...> |
| | |
| | |
| | Thursday October 10, 2002 11:22 AM |
| | Please respond to "ASP+" |
| | |
|---------+--------------------------------------->
>---------------------------------------------------------------------------------------------------|
| |
| To: "ASP+" <aspx@p...> |
| cc: |
| Subject: [aspx] IIS SMTP |
>---------------------------------------------------------------------------------------------------|
Hi All,
Can anyone tell me how to configure the mail server in IIS?
I keep getting this error when I try to send new mail...
System.Runtime.InteropServices.COMException (0x80040213):
Cheers,
Simon.
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
Message #3 by "Simon Robinson" <srobinson@g...> on Thu, 10 Oct 2002 16:32:15 -0700
|
|
Hi All,
I can't exactly figure out what this response is supposed to be, but I
still need some advice on the original IIS question if anyone can help?
Cheers,
Simon.
-----Original Message-----
From: Samuel Engelman [mailto:samuel_engelman@p...]
Sent: 10 October 2002 08:01
To: ASP+
Subject: [aspx] Re: IIS SMTP
I got this error when I tried to send an email without a valid from
address and to address
|---------+--------------------------------------->
| | "Simon Robinson" |
| | <srobinson@g...> |
| | |
| | |
| | Thursday October 10, 2002 11:22 AM |
| | Please respond to "ASP+" |
| | |
|---------+--------------------------------------->
>-----------------------------------------------------------------------
----------------------------|
|
|
| To: "ASP+"
<aspx@p...> |
| cc:
|
| Subject: [aspx] IIS SMTP
|
>-----------------------------------------------------------------------
----------------------------|
Hi All,
Can anyone tell me how to configure the mail server in IIS?
I keep getting this error when I try to send new mail...
System.Runtime.InteropServices.COMException (0x80040213):
Cheers,
Simon.
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces for
developers who are already familiar with using ASP.NET. There is no
trivial introductory material or useless .NET hype and the presentation
of the namespaces, in an easy-to use alphabetical order ensures a
user-friendly reference format. We provide in-depth coverage of all the
major ASP.NET classes, giving you those real-world tips that the
documentation doesn't offer, and demonstrating complex techniques with
simple examples.
---
---
Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
Message #4 by Imar Spaanjaars <Imar@S...> on Thu, 10 Oct 2002 17:56:56 +0200
|
|
I think what he meant is that maybe nothing is wrong with the SMTP server,
but with the code you are using.
Are you able to send an e-mail from a different source on the localhost?
i.e. Outlook (Express), or classic ASP code?
Also, make sure that on the Delivery | Advanced tab of the SMTP server
settings, a "Smart Host" is filled in. The Smart Host acts as a relaying
server, enabling your local SMTP server to forward your e-mails.
Cheers,
Imar
At 04:32 PM 10/10/2002 -0700, you wrote:
>Hi All,
>
>I can't exactly figure out what this response is supposed to be, but I
>still need some advice on the original IIS question if anyone can help?
>
>Cheers,
>
>Simon.
>
Message #5 by "Albert Davis" <albertdavis@h...> on Thu, 10 Oct 2002 13:23:27 -0400
|
|
Also, remember, that smart host is not necessary (you don't have to relay if
you don't want to), just an internet connection with a way out...
>From: Imar Spaanjaars <Imar@S...>
>Reply-To: "ASP+" <aspx@p...>
>To: "ASP+" <aspx@p...>
>Subject: [aspx] Re: IIS SMTP
>Date: Thu, 10 Oct 2002 17:56:56 +0200
>
>I think what he meant is that maybe nothing is wrong with the SMTP server,
>but with the code you are using.
>
>Are you able to send an e-mail from a different source on the localhost?
>i.e. Outlook (Express), or classic ASP code?
>
>Also, make sure that on the Delivery | Advanced tab of the SMTP server
>settings, a "Smart Host" is filled in. The Smart Host acts as a relaying
>server, enabling your local SMTP server to forward your e-mails.
>
>
>
>Cheers,
>
>Imar
>
>
>At 04:32 PM 10/10/2002 -0700, you wrote:
>>Hi All,
>>
>>I can't exactly figure out what this response is supposed to be, but I
>>still need some advice on the original IIS question if anyone can help?
>>
>>Cheers,
>>
>>Simon.
>>
>
>
>
>---
>
>ASP.NET 1.0 Namespace Reference with C#
>http://www.wrox.com/acon11.asp?ISBN=1861007442
>
>ASP.NET 1.0 Namespace Reference with VB.NET
>http://www.wrox.com/acon11.asp?ISBN=1861007450
>
>These books are a complete reference to the ASP.NET namespaces for
>developers who are already familiar with using ASP.NET. There is no trivial
>introductory material or useless .NET hype and the presentation of the
>namespaces, in an easy-to use alphabetical order ensures a user-friendly
>reference format.
>We provide in-depth coverage of all the major ASP.NET classes, giving you
>those real-world tips that the documentation doesn't offer, and
>demonstrating complex techniques with simple examples.
>
>---
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or to
>unsubscribe send a blank email to
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
|
|
 |