PDA

View Full Version : System.Web.Mail


jgs3
12-13-2004, 08:42 AM
OK, I am sure it's a dumb question but I can't get the ASP.NET email feature to work for me. I keep getting the error:

sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)

for some of the email addresses I am using to send.

Can anybody help me?

jgs3
12-13-2004, 10:22 AM
OK, got more info. The System.Web.Mail will only allow me to send to my own domain (prezcon.com). How do I get around that?


Jim

bruce
12-13-2004, 11:41 AM
sounds like an invalid SMTP server setting.

make sure you set the SMTP host to localhost

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

jgs3
12-14-2004, 01:42 AM
localhost - That was it!

Thanks!