How can I send an email from my application?
Thanks in Advance,
Joshua Foulk
Printable View
How can I send an email from my application?
Thanks in Advance,
Joshua Foulk
Use System.Web (Yes you can use it for windows forms).
See these two threads for more information.
Send Email to Internet Users & Please help SMTP server authentication
Don't forget to add the reference to your application.
thanx