Server 2003 equivalent of SMTP mail?

R

Rof

Hello, world.

We have just changed our network server from NT4 to WIndows Server
2003. We had a program written in VB.NET that was occasionally sending
email messages via this server, some internally and some externally,
using the SMTP mail service (System.web.mail namespace). I now realise
that this is not there in Windows Server 2003. Can somebody please give
a clue as to how I can modify the app to keep sending emails?

Thanks,
Peter Royle
 
Y

Yves Leclerc

I was under the assumption that Windows 2003 also comes with an SMTP (Simple
Mail Transport Protocol) server. You may need to add it after the base
install.
 
R

Rock

Rof said:
Hello, world.

We have just changed our network server from NT4 to WIndows Server
2003. We had a program written in VB.NET that was occasionally sending
email messages via this server, some internally and some externally,
using the SMTP mail service (System.web.mail namespace). I now realise
that this is not there in Windows Server 2003. Can somebody please give
a clue as to how I can modify the app to keep sending emails?

Thanks,
Peter Royle

You might want to post to a windows server newsgroup. Here is a list of
all newsgroups: http://aumha.org/nntp.htm
 
N

NobodyMan

Yves, why repeat what the poster you are replying to already said?
IIS will take care of this.
 
R

Rof

Thanks to two posters who said, "install IIS", but it is already
installed. In MMC, no "Default SMTP Virtual Server" appears, like it
used to.

I will pursue the posting from Yves Leclerc, see if I can get it
installed.

PJ
 
N

NobodyMan

Thanks to two posters who said, "install IIS", but it is already
installed. In MMC, no "Default SMTP Virtual Server" appears, like it
used to.

I will pursue the posting from Yves Leclerc, see if I can get it
installed.

PJ

Yes, but the SMTP protocol is installed using IIS. You've got an
install problem!
 

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