System.Web.Mail.SmtpMail not working from localhost (windows firewall / xp service pack 2 related?)

  • Thread starter Mad Scientist Jr
  • Start date
M

Mad Scientist Jr

Until recently, I was able to send e-mails running my ASP.NET app
locally in debug mode. Recently I got XP Service Pack 2, and notice
now I can't send emails from localhost. Is this svc pack 2 security
related? Can I set something in Windows firewall to re-enable my
ASP.NET apps to send mail?
 
C

chris m

i have had similar problems also. what i've noticed is that when
running on iis enabled box, not specifying the SmtpServer works but on
a non-iis box, you need to specify the SmtpServer to get mails
through. weird but it works for me. I would like to know how to make
it work everywhere but i haven't found anything yet. post back if you
find a solution.
 

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

Top