I have the IIS SMTP server installed in my PC. While testing to send e-mails using the JavaMail, I can see that messages do not reach the server.
I have never used the IIS SMTP server before. I think the problem is that the server is not running (I could be wrong). How do I turn on the IIS SMTP server?
Vladan Radovanovic
Ranch Hand
Joined: Mar 20, 2000
Posts: 216
posted
0
It's probably set as a service. Go to admin tools/services and see if you can find it there.
2. On my desktop screen, I click on the IIS. And then expand the XP-JENC-C (local computer) node. Right-click on the Default SMTP Virtual Server. I can see 'Start' is grayed out. Only Stop and Pause are the available choices.
However, messages cannot reach the server. It is hanging after I submit the mail message. Here is the code of the msgsend. java:
Implement Transport and Connection handlers. They should let you see how the Transport and Connection is behaving. Enable SMTP debugging too - so you can see the actual SMTP messages. And check your smtp.mail.host property by using telnet to connect to your SMTP server.
2. On my desktop screen, I click on the IIS. And then expand the XP-JENC-C (local computer) node. Right-click on the Default SMTP Virtual Server. I can see 'Start' is grayed out. Only Stop and Pause are the available choices.
Somehow, mail messages just cannot reach the SMTP server.