System.Net.Mail and external email address's

  • Thread starter Thread starter shawrie
  • Start date Start date
S

shawrie

Hi

can anyone help? Im currently using the system.net.mail to send
emails. If the emails are internal then it works fine if i try to send
to a external email then nothing goes.

Any ideas?

Shawrie
 
Hi

can anyone help? Im currently using the system.net.mail to send
emails. If the emails are internal then it works fine if i try to send
to a external email then nothing goes.

Any ideas?

Shawrie

It sounds more of a problem with your email server. Have you tried
checking the Event Log to see if any warnings/errors are listed?

Thanks,

Seth Rowe
 
I had a similar issue, talked to support and they were blocking SMTP
messages. Issue was fixed on their end by unblocking these types of messages
so end result was the code worked fine. So you might check with who is
admin'ing your mail server(s) for similar issues.
 
Mrozu said:
Maybe your SMTP server demands user authentication? Check this out and
rebuild code.
Yeah, that's most likely. If he could send to any old address without
authentication, the mailserver would theoretically be open for relaying
 

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