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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -