K
Kal
This began when I installed the Intelligent Message Filter on the Exchange
Server 2003 I use to send the mail:
"Error sending email: The message could not be sent to the SMTP server. The
transport error code was 0x800ccc69. The server response was 550 5.7.1
Requested action not taken: message refused"
And from the Exchange Server Event Log:
"The message with ID <[email protected]>,
P1 From smtp:[email protected], Subject email test, from remote host
"EXCHANGESERVER" was Rejected/Deleted by Intelligent Message Filter. This
is an informational event and does not indicate an error.
MSExchangeTransport
SMTP Protocol
Event ID: 7512"
The same thing happens with ASP code taken from the MSDN article "Sending
SMTP Mail by Port 25 Using CDOSYS". These give error messages '8004020f' and
'0x80040211' but I believe it is the same problem.
Is there a way to use CDO (I guess SmtpMail uses this) and not have the
message trapped?
Kal
Server 2003 I use to send the mail:
"Error sending email: The message could not be sent to the SMTP server. The
transport error code was 0x800ccc69. The server response was 550 5.7.1
Requested action not taken: message refused"
And from the Exchange Server Event Log:
"The message with ID <[email protected]>,
P1 From smtp:[email protected], Subject email test, from remote host
"EXCHANGESERVER" was Rejected/Deleted by Intelligent Message Filter. This
is an informational event and does not indicate an error.
MSExchangeTransport
SMTP Protocol
Event ID: 7512"
The same thing happens with ASP code taken from the MSDN article "Sending
SMTP Mail by Port 25 Using CDOSYS". These give error messages '8004020f' and
'0x80040211' but I believe it is the same problem.
Is there a way to use CDO (I guess SmtpMail uses this) and not have the
message trapped?
Kal