If Err.Number <> 0 Then
Response.Write ("Error: " & Err.Description)
Else
Response.Write ("aspSmartMail has sent your message.")
End If
%>
<html>
<body>
</body>
</html>
พอ Run มัน Error ดังนี้ครับ
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/advancedwebapp/Testjmail.asp, line 7
ซึ่งแถวที่ Error คือ Set MySmartMail = Server.CreateObject("AspSmartMail.SmartMail")