View Single Post
  #3 (permalink)  
Old 08-31-2006, 11:40 AM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Credits: 0
Rep Power: 11
brackett is on a distinguished road
Default

VB or VB.NET? In VB.NET (2.0), you can just use the System.Net.Smtp namespace. In VB.NET (1.x), I think it's System.Web.Mail. In VB, you'd have to use CDONTS or CDOSYS, I think.
Reply With Quote