This is part of the message in my C:\Inetpub\mailroot\Badmail folder
Reporting-MTA: dns;sd-school
Received-From-MTA: dns;sd-school
Arrival-Date: Mon, 20 Oct 2003 14:51:02 -0500
Final-Recipient: rfc822;pe****@sdsd.sdbor.edu
Action: failed
Status: 5.0.0
The email address is valid. I don't get any error messages except for the
above in the folder.
Code snippet:
Set Mail=Server.CreateObject("CDONTS.NewMail")
Mail.To="do**********@sdsd.sdbor.edu"
Mail.CC= strmEmail
Mail.From= strEmail
Mail.Subject="Maintenance Request"
Mail.Body= strBody
Mail.Send
Set Mail=nothing
If I do a response.write on all of the variables, they all display
correctly. I have additional code that puts all of this, plus additional
info into a simple access database, all of that info is correct when I view
it.
One To, one CC.
I did not make any changes to the SMTP server. ( I didn't uninstall and
reinstall yet, I may do that next)
No authentication
No rule violations
All of the SMTP settings are set to Anonymous
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
What does "quit working" mean? Do you get an error message? If so, what
is it? Otherwise, what is the symptom? What mail object are you using?
What is the from / to address? How many To, CC, BCC recipients are there? Are
you sure the domain of the sender/recipient is allowed in to the mail
server? Was the SMTP server changed to disallow relaying from all but
certain IPs? Is the SMTP server set up to require authentication for
outgoing mail? Are there any SMTP rules that you may be violating?
"Tom Petersen" <pe****@sdsd.sdbor.edu> wrote in message
news:Oc**************@TK2MSFTNGP12.phx.gbl... Ok, I'm 99.9999999999999999999% sure there haven't been any code
changes, since the date stamps of the code are older than any email 'failures'
The email piece quit working using the mail.send. If there haven't been
any changes made to previously working code, where do I look for the problem
now? I restarted the SMTPservice in IIS. Our real email is hosted
remotely, I checked with the admin and she said no changes were made,
i.e., not blocking port 25 traffic from the gateway.
I guess this isn't ASP specific, but any ideas how to troubleshoot this?
TIA!
Tom