What are your error msgs?
What shared hosting are you using?
You will probably need to specify a SmtpServer provided by your shared hosting.
CDO (Collaboration Data Objects) are generally used in classic ASP pages.
System.Web.Mail is prefered if your using ASP.NET 1.x, although System.Web.Mail is actually a wrapper around the CDO primitives.
A couple links of interest:
SMTP Authentication using System.Web.Mail (CDOSYS):
http://www.codeproject.com/dotnet/Sy..._SMTP_AUTH.asp
System.Web.Mail, OH MY!:
http://www.systemwebmail.com/
- Adam Kahtava [
http://adam.kahtava.com]