10-18-04 10:52 PM
"Check to make sure that your SMTP service is running and that your
CDONTS code sets proper and valid from and to addresses. There have
been several reported problems about sending mail through CDONTS when
the domain is the same as the smart host, or not the same as the smart
host, and these seem to always be alleviated by using CDO.Message or a
third-party component, which uses an SMTP server as opposed to the
local Exchange system. " (from http://www.aspfaq.com/show.asp?id=2372)
On Mon, 18 Oct 2004 06:59:01 -0700, Raupes
<Raupes@discussions.microsoft.com> wrote:
>If I try to send a message via my local installed smtp server of the iis no
>mail will be sent!
>The following error occurs:
>----------------------------------
>Nachricht kann nicht übermittelt werden. Fehler: "Diese Nachricht ist eine
>Benachrichtigung über den Zustellstatus, die nicht zugestellt werden kann."
.
>Fehlercode 0xC00402C7.
>Der Absender der Nachricht war <>.
>----------------------------------
>
>I don't know why! Please can anybody help me?
>I put the following thing into a textfile and saved this textfile at at the
>pickup directory of the smtp:
>----------------------------------
>x-sender:mailworx@eworx.at
>x-receiver:Bernhard@eworx.at
>From:mailworx@eworx.at
>To:bernhard@eworx.at
>Subject: Results are in.
>We have won!
>----------------------------------
>
>The next thing is:
>Can I get informations about the error code, which occured (STMP Codes Like
>520 Or something like this) because I've to programm a bounce management.
>
>Please help!
>thx
>Bernhard
PeterD, the Darkstar Network
To email, fix my address!
ExpertZone!
[ Post a follow-up to this message ]
|