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

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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
 
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.
 
Back
Top