URGENT!!!!!!!!!!!!! Help SMTP Mail server on my machine doesn't send mails from my program

G

Guest

Hi

Hope some one help

Here is the scenario

I am workig on windows 2000, ASP.NET 1.0. I configured the SMTP setting in IIS with IPAddress as 127.0.0.1. But it doesn't send mails out. The mails are in Mail Queue but doesn't go out. After few retrials they go to BadMail folder. My system is in Network

Does anyknow why?
 
G

Guest

Sileesh

I disabled the firewall for a while, and it worked, so it confirmed that it was the issue. You can try changing SmtpServer a

'your computer name
'localhost
'IP Address

Lukcy if it works

Thanks,

Ta
 
X

xs

I am sending mail without using the smtp server in IIS. I just use a
combination of MailMessage and SmtpMail class


Tap said:
Sileesh,

I would also see the eventlog to look for any errors when it went from the
queue folder to the badmail folder.
 

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