Hi.
I was wondering, through a console App in C#, is it possible to send an email to someone with specified email address?
if so - how?
Printable View
Hi.
I was wondering, through a console App in C#, is it possible to send an email to someone with specified email address?
if so - how?
thats the problem i am having, i cant get "System.Web.Mail" I can get "System.Web;" :-/
Just add a refernce to System.Web to your project and you should be fine! Works for me!