Problems Emailing

  • Thread starter Thread starter Elmo Watson
  • Start date Start date
E

Elmo Watson

I'm having weird problems emailing on the Win2003 Staging
environment - -
the same script runs on multiple other computers, but on this
one, the smtp service is running, but when the send is done (same exact
script as on other working computers), it looks like it posts back, but
nothing is sent - nothing is in any of the MailRoot folders.

This particular script has an attachment, but, just to make
sure, I commented that line out and it still does not send.

I've seen several people who were directed to a System.Web.Mail
FAQ - however I saw nothing that addressed this particular situation - -
there are no error messages (it's even using a Try/Catch block) at all..

any ideas?
 
What is the exception message?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
I'd rather be a hammer than a nail.
 
If you're using a Try/Catch block, that could be suppressing the exception.
How are you handling any exceptions thrown?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
I'd rather be a hammer than a nail.
 
I removed my Try/Catch block and got this error:
The server rejected one or more recipient addresses. The server response
was: 550 5.7.1 Unable to relay for (e-mail address removed)

one of my coworkers said he had problems with his local computer in this
regard, due to the default setup of Mcafee on our networks's computers...
so - I'm going down that road at this time, but if you have any other ideas,
feel free to offer them...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top