Click here to Skip to main content
15,889,842 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all

i am developing a web application.
i need to send automatic mails from application.
thus i checked out smpt service...but its not seen in windows 7 .
what should i do for that???
Posted
Updated 24-Jan-12 0:10am
v2

Why do you want to go through the hassle of running your own SMTP server?
You can use SMTP service from your ISP provider, gmail, yahoo etc.
 
Share this answer
 
Comments
Ragi Gopi 24-Jan-12 6:21am    
ok..then how can i use it???
Sriram Chitturi 24-Jan-12 19:30pm    
Since you are using C# and ASP.NET - you can use SmtpClient and MailMessage classes in System.Net.Mail namespace.

Refer this page for an example of sending the mail
http://weblogs.asp.net/scottgu/archive/2005/12/10/432854.aspx

Here is a good page with SMTP server settings with different ISPs
http://www.emailaddressmanager.com/tips/mail-settings.html

If your own ISP provider is providing this service refer to their web site or contact support for servername and port.
Nish provided the required links here: Configuring SMTP Server In Windows 7[^]

Best regards
Espen Harlinn
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900