Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending Email from Windows XP Professional 1

Status
Not open for further replies.

suicidaltendencies

Programmer
Jan 28, 2004
58
US
I know this isn't specifically an ASP.NET question but I thought that this group would have alot of experience doing this sort of thing.

Is it possible to create code to send emails form my windows xp professional machine? What would I have to set up?

I can figure out the email asp.net/C# code but how do I configure my machine.

Thanks,
Harold
 
You need to setup the smtp server in IIS.

Right click on smtp virtual server, select properties.

Click the delivery tab, and then choose advanced.

You then need to type in the IP of your exchange server like this

[ip] where ip is your ip address.

To get the ip of your exchange server just ping it.

Then start smtp.
 
I forgot to tell you.

Type in the [ip] in the smarthost section.


Anyways onto your next question. You have to have a mail server like exchange to do it. I am sure there are some free ones available. Just search "free smtp server" in google. Once you set it up, get the IP of it(ping it) and insert it into in the smarthost box (make sure you put brackets around it).

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top