designer_bhutan
09-13-2005, 08:51 AM
hi
i have a form in my site which is generated as mail, i have shifted to a new hosting company and using this code:
strSubject = "Article" & " " & num
strToEmail = "xyz@xyz.com"
Set objCDONTS = Server.CreateObject("CDONTS.NewMail")
objCDONTS.From = namef
objCDONTS.To = strToEmail
objCDONTS.Subject = strSubject
objCDONTS.BodyFormat=0
objCDONTS.MailFormat=0
objCDONTS.Importance = 1 objCDONTS.Body = HTML
objCDONTS.Send
Set objCDONTS = Nothing
this code is working perfectly before, but i dont know with the new hosting provider it gives me error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/beta/pages/sendarticle.asp, line 125
800401f3
i made a contact with the support they told me to use SMTP 127.0.0.1 which i dont really know what it is, pls. help..
i have a form in my site which is generated as mail, i have shifted to a new hosting company and using this code:
strSubject = "Article" & " " & num
strToEmail = "xyz@xyz.com"
Set objCDONTS = Server.CreateObject("CDONTS.NewMail")
objCDONTS.From = namef
objCDONTS.To = strToEmail
objCDONTS.Subject = strSubject
objCDONTS.BodyFormat=0
objCDONTS.MailFormat=0
objCDONTS.Importance = 1 objCDONTS.Body = HTML
objCDONTS.Send
Set objCDONTS = Nothing
this code is working perfectly before, but i dont know with the new hosting provider it gives me error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/beta/pages/sendarticle.asp, line 125
800401f3
i made a contact with the support they told me to use SMTP 127.0.0.1 which i dont really know what it is, pls. help..