B bbawa1 Jun 14, 2007 #1 Hi, Could you please send me code how to send an email in ASP.Net 2.0 Thanks in advance
M Mark Rae Jun 14, 2007 #2 Could you please send me code how to send an email in ASP.Net 2.0 Click to expand... http://www.systemnetmail.com/faq/1.3.aspx#1.3 http://www.systemnetmail.com/faq/3.aspx
Could you please send me code how to send an email in ASP.Net 2.0 Click to expand... http://www.systemnetmail.com/faq/1.3.aspx#1.3 http://www.systemnetmail.com/faq/3.aspx
B bbawa1 Jun 14, 2007 #3 http://www.systemnetmail.com/faq/1.3.aspx#1.3http://www.systemnetmail.com/faq/3.aspx --http://www.markrae.net Click to expand... I don't know the IP address for smptserver. Is there any way that I can use default IPaddress. e.g I tried the following but it doesn't work SmtpClient smtpClient = new SmtpClient(); smtpClient.Host = "localhost"; smtpClient.Port = 25;
http://www.systemnetmail.com/faq/1.3.aspx#1.3http://www.systemnetmail.com/faq/3.aspx --http://www.markrae.net Click to expand... I don't know the IP address for smptserver. Is there any way that I can use default IPaddress. e.g I tried the following but it doesn't work SmtpClient smtpClient = new SmtpClient(); smtpClient.Host = "localhost"; smtpClient.Port = 25;
J Juan T. Llibre Jun 14, 2007 #4 If you have configured an smtp server in your computer, you can use a variety of ways to call it. 1. localhost 2. 127.0.0.1 3. your machine's name ( I use this one... ) They all work, depending on how your TCP/IP stack is configured. Juan T. Llibre, asp.net MVP asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ ======================================
If you have configured an smtp server in your computer, you can use a variety of ways to call it. 1. localhost 2. 127.0.0.1 3. your machine's name ( I use this one... ) They all work, depending on how your TCP/IP stack is configured. Juan T. Llibre, asp.net MVP asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ ======================================
M Mark Rae Jun 14, 2007 #5 I don't know the IP address for smptserver. Is there any way that I can use default IPaddress. e.g I tried the following but it doesn't work SmtpClient smtpClient = new SmtpClient(); smtpClient.Host = "localhost"; smtpClient.Port = 25; Click to expand... Is "localhost" actually running an STMP server...
I don't know the IP address for smptserver. Is there any way that I can use default IPaddress. e.g I tried the following but it doesn't work SmtpClient smtpClient = new SmtpClient(); smtpClient.Host = "localhost"; smtpClient.Port = 25; Click to expand... Is "localhost" actually running an STMP server...
B bbawa1 Jun 15, 2007 #6 Is "localhost" actually running an STMP server... --http://www.markrae.net Click to expand... How can I come to know that localhost actually running an STMP server
Is "localhost" actually running an STMP server... --http://www.markrae.net Click to expand... How can I come to know that localhost actually running an STMP server
M Mark Rae Jun 15, 2007 #7 How can I come to know that localhost actually running an SMTP server Click to expand... What OS is it?
How can I come to know that localhost actually running an SMTP server Click to expand... What OS is it?
B bbawa1 Jun 15, 2007 #8 What OS is it? --http://www.markrae.net Click to expand... Mine is windows 2003
M Mark Rae Jun 16, 2007 #9 Mine is windows 2003 Click to expand... So go into Services and see if the SMTP service is running...
Mine is windows 2003 Click to expand... So go into Services and see if the SMTP service is running...