473,405 Members | 2,210 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Receive mail from local host using SMTP

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.

Apr 4 '07 #1
3 3819
Hi Arun,
this link may help you

http://codebetter.com/blogs/peter.va...xxx_2900_.aspx

Regards,
Husam Al-A'araj

"it***********@gmail.com" wrote:
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.

Apr 4 '07 #2
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

<it***********@gmail.comwrote in message
news:11*********************@q75g2000hsh.googlegro ups.com...
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.

Apr 4 '07 #3
<it***********@gmail.comwrote in message
news:11*********************@q75g2000hsh.googlegro ups.com...
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
Apr 4 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Angelos | last post by:
What are the steps to configure PHP and sendmail on a linux BOX (Specifically Fedora Core 2 or 3) in order to make mail() function to work ? I haven't done any changes ... my configuration files...
8
by: Ammar | last post by:
Hi all... Could anyone please tell me how to use ASP to send mail from my local web server (using IIS on wWindowsXP-pro)? what are the necessary setting needed in IIS to enable mail sending? and...
7
by: Brian Henry | last post by:
To use the SMTP mail service from System.Web.Mail do you have to have IIS installed on the client machien? I wanted my app to email any errors that may of occured to me on the clients machines in...
1
by: Bob | last post by:
Vs2005 - Framework2. Just to let all of you know. I have found that I can not use an application to send e-mails using the system,net.mail namespace while Outlook express is opened on the same...
34
by: antonyliu2002 | last post by:
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access Connection granted to "127.0.0.1". 3. Relay only allow...
8
by: Robert Dufour | last post by:
Dim message As New MailMessage("mymail@mydomain.com", "mymail@mydomain.com", "Test", "Test") Dim emailClient As New SmtpClient("localhost") emailClient.Send(message) The IIS server is...
9
by: Homer | last post by:
Hi, I've posted this question before but didn't get anywhere with it. Please help me out if you know of a solution for it. I got "InnerException: Unable to connect to remote server"..."No...
11
by: Ed Bitzer | last post by:
I have been able using the namespace System.Web.Mail and its method Smtp.mail.send to mail simple text messages to a small group within our 55 and older community. I need help expanding the...
5
by: sui | last post by:
this is my code import sys, os, glob, datetime, time import smtplib ## Parameters for SMTP session port=587 SMTPserver= 'smtp.gmail.com' SMTPuser= '...@gmail.com' pw= 'fill in here'...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.