asp_cdo thread: how do i send a form as an email(preferably using CDONTS)
i cant seem to get the mail to be sent:
javascript:
temp = Server.CreateObject("CDONTS.NewMail");
temp.Send("me@2...","macross@f...","yeahyeah","jadajada");
where do i specify what server i use, and what is the default server etc..
im readign the cdo chapter in the asp 3.0 pro book, but it doesnt mention
server enough..
|





