B
bbawa1
Hi,
Could you please send me code how to send an email in ASP.Net 2.0
Thanks in advance
Could you please send me code how to send an email in ASP.Net 2.0
Thanks in advance
Could you please send me code how to send an email in ASP.Net 2.0
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;
How can I come to know that localhost actually running an SMTP server
Mine is windows 2003