Receive mail from local host using SMTP

  • Thread starter Thread starter itarunachalam
  • Start date Start date
I

itarunachalam

Hi Friends,

Im doing web application in .net 2.0 for creating a forum, I want to
receive the mail to local host(server). any one tell how to configure
our localhost SMPT.

Thanks in advance
Arun.
 
You need to install an SMTP server on the machine. IIS can be configured to
run an SMTP server, via "Add/Remove Windows Components" if you have IIS
installed on the machine, and IIS can be installed on most non-home editions
of Windows.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Im doing web application in .net 2.0 for creating a forum, I want to
receive the mail to local host(server). any one tell how to configure
our localhost SMPT.

Please clarifiy: do you want to *receive* mail or *send* mail...?

If you want to receive mail, then SMTP / System.Net.Mail won't help you, as
that is only for sending mail:
http://www.systemnetmail.com/faq/1.6.aspx
 

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

Back
Top