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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.