antic
Perch
This just started happening a couple of days ago.
When an application of mine executes the cdosys .Send method to send an email, it returns with the following error:
It sounds like the mail server itself (mail3) is refusing to relay this email from CDOSYS, saying it's SPAM, even though it's coming from within the network - i.e. from the web server.
Why is this happening and what can be done about it? This false-positive spam issue is becoming ridiculous! A client's e-commerce app is simply trying to send a purchase receipt and failing because of this error. It's not part of a bulk-mailout or anything like that. What is the purpose of this?
When an application of mine executes the cdosys .Send method to send an email, it returns with the following error:
Code:
(Error code -2147220975)
The message could not be sent to the SMTP server.
The transport error code was 0x800ccc6f.
The server response was 554 Sorry, this message appears to be spam (#5.6.0)
Why is this happening and what can be done about it? This false-positive spam issue is becoming ridiculous! A client's e-commerce app is simply trying to send a purchase receipt and failing because of this error. It's not part of a bulk-mailout or anything like that. What is the purpose of this?