|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Email: Invalid Partition |
From: |
Francis |
Date: |
1/8/2003 7:45:56 AM |
IP: |
203.51.166.176 |
I have the following error when sending email
Error Type:
(0x8004020F)
The event class for this subscription is in an invalid partition
The following are the codes:
//bodyText = Request.Form ("txtusername")+ "<br />" + RS_exist ("userpwd")
With objCfgFlds
.Item (cdoSendUsingMethod) = cdoSendUsingPort
.Item (cdoSMTPServer) = "dixon"
.Item (cdoSMTPAuthenticate) = cdoAnonymous
.Item (cdoSMTPConnectionTimeout) = 20
.Update
End With
'contact = 'RS_exist ("contact") + "<" + RS_exist ("emailAddress") + ">"
Set objMsg = Server.CreateObject ("CDO.Message")
With objMsg
Set .Configuration = objCfg
.To = cStr("dlx0n@hotmail.com")
.From = """RollsPack"" <abc@abc.net.sg>"
.Subject = "Password Reminder"
.HTMLBody = body
.Send
End With
Can Someone please help, Thanks |
Follow Up - Re: Email: Invalid Partition - chuck 4/3/2003 1:54:28 PM
Follow Up - Re: Email: Invalid Partition - Corey 1/29/2004 10:37:09 PM
|
|
|
|
|
|
|
|
|
|
|
|