Send Email using .Net 1.1
hello guys,
i want to send email to any public servers (e.g yahoo,msn,google,hotmail etc.).can you guide me where to start..
1.what do i need first
2.what class i use
3.how it works.
please share some sample code or any helpful links this would greatly appreciated..
thanks in advance
glen
Re: Send Email using .Net 1.1
hello there,
Sorry for re-posting..i up my post again coz i really need an answer to my questions.
please share some advice..thank you!
Re: Send Email using .Net 1.1
why use the 1.1 framework?
i have a link in my sig for sending emails, but i would recommend a new version of the framework for ease of use
Re: Send Email using .Net 1.1
You use the MailMessage class in System.Web.Mail rather than System.Net.Mail, which was only added with .NET 2.0.
http://www.google.com.au/search?q=sy...ient=firefox-a
Re: Send Email using .Net 1.1
reason of using .Net 1.1 is we already existing system written in vb2003.and i just need to add some functionality to it.
thanks
Re: Send Email using .Net 1.1
@jmcilhinney
thanks for the reply..
is .Net 2.0 compatible for vb2003?.