PDA

View Full Version : Help me, lỗi send mail trong ASP



binhvn
21-01-2007, 10:38
hic, em là dân PHP mà phải code ASP, gặp lỗi từa lưa. Anh em trong forum có ai biết lỗi này là gì ko?



CDO.Message.1 error '80040220'
The "SendUsing" configuration value is invalid.
/modules/contact/main.asp, line 37


đây là đoạn send mail của em


31| Set mail = Server.CreateObject("CDO.Message")
32| If isObject(mail) = True Then
33| mail.Subject = "Thông tin liên hệ từ web site viettam.com"
34| mail.From = cMail
35| mail.To = "viettam@viettam.com"
36| mail.TextBody = message
37| mail.Send
38|
39| Set mail = nothing
40| End If