Notes, Tricks and Tips on ASP.NET Coding
Browse by Tags
All Tags »
sendmail (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
Here's a piece of code that I use all the time. I've added code now for multiple CCs and an attachment Public Sub sendMail( ByVal strBody As String , ByVal strSubject As String , ByVal strFilename As String ) Try Dim strServer As String = System...
|