vb.net - Best way to send an email from a .NET application? -


i'm working on windows forms (.net 3.5) application has built-in exception handler catch (heaven forbid) exceptions may arrise. i'd exception handler able prompt user click "send error report" button, cause app send email fogbugz email address.

what's best way this, , there "gotchas" watch out for?

you'll want use smtpclient class outlined here.
there no gotchas - sending email easy gets.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -