Hi Syed Hassan, Here is the solution. <% dim strMessage myMail strMessage = "<center>Welcome My Friend</center>" strMessage = strMessage & "<br><font color=red>How are you?</font>" Set myMail = Server.CreateObject("CDONTS.NewMail") myMail.From = "somewhere@anydomain.com" myMail.To = "somefriend@anyotherdomain.com" myMail.Subject = "Hello" myMail.Message = strMessage myMail.Send Response.Write("Mail has been sent successfully.") set myMail = NOTHING %>
Zeeshan Mehmood
Z
Zeeshan Mehmood
@Zeeshan Mehmood
Posts
-
CDONTS ... URGENT -
Problem connecting to Access databaseHi Chris, I know what is the solution of this problem. Your code is absolutely right...no errors in your code... I suggest that you can host your web pages on "http://www.brinkster.com" and then check it because some "Free Web Space" provider don't give the permission of using database. You simple make an account on brinkster and then check it out. For more information about Web Development Contact me (zeeshan_kyo@hotmail.com) also you can see a live version of my brinkster account at "http://www24.brinkster.com/zeeshan123/zeeguest\_view.asp" I think it's enough.... Zeeshan Mehmood