G
Guest
I posed the question the other day, that I am having trouble trying to send an email message from my .NET application. I was using System.Web.Mail.SmtpMail, and it was suggested that I try Waldorf PixMail instead. I did this, and I'm still having the same issues..
1. My SMPT server IS correctly configured and IS running; I can send mail from any application (like Outlook) on my network, and I have no problems
2. My SMTP server currently has no restrictions for relaying, and allow annonymous access
3. I have even tried this using my ISP's email server, and I get the same results
When I try to send mail, it always says something about that it cannot contact the SMTP server, or "Server respnose unavailable" (That's the one I get when I try to use System.Web.SmtpMail.SendMail(). ) The nearest thing I have found to an answer is that this "MIGHT" have something to do with "CDO not being correctly configured....", of course, common sense would say that if you're going to say this is a possible error, you'd also include a link to how to fix it... but not... ::sigh:: Is there "somethinig" that needs to be, perhaps, in my "app.confgi" or "web.comfig" file to make all this work? I don't see any mention of this, but I cannot get this to work. Again, I even tried it with my ISP's server, just in case for some reason the thing didn't like my DNS names... or whatever... I opened the DMZ on my firewall, and used my ISP's DNS and their mail server... .and still no luck. None of thee mail servers require authenticaion. It's like the thing can't find the server for some reason, but that doesn't make any sense, because everything else seems to find it! Can anyone offer any suggestions? Thanks
JIM
1. My SMPT server IS correctly configured and IS running; I can send mail from any application (like Outlook) on my network, and I have no problems
2. My SMTP server currently has no restrictions for relaying, and allow annonymous access
3. I have even tried this using my ISP's email server, and I get the same results
When I try to send mail, it always says something about that it cannot contact the SMTP server, or "Server respnose unavailable" (That's the one I get when I try to use System.Web.SmtpMail.SendMail(). ) The nearest thing I have found to an answer is that this "MIGHT" have something to do with "CDO not being correctly configured....", of course, common sense would say that if you're going to say this is a possible error, you'd also include a link to how to fix it... but not... ::sigh:: Is there "somethinig" that needs to be, perhaps, in my "app.confgi" or "web.comfig" file to make all this work? I don't see any mention of this, but I cannot get this to work. Again, I even tried it with my ISP's server, just in case for some reason the thing didn't like my DNS names... or whatever... I opened the DMZ on my firewall, and used my ISP's DNS and their mail server... .and still no luck. None of thee mail servers require authenticaion. It's like the thing can't find the server for some reason, but that doesn't make any sense, because everything else seems to find it! Can anyone offer any suggestions? Thanks
JIM