Hi,
I have a package which sends email with attachment to the people who are on the same domain as well to the others who are using different domain.
It used to work fine, but from last 3 days onwards mails are not going and I found that mails are waiting at "C:\Inetpub\mailroot\Queue" and are still waiting from last 3 days.
My email package task is a ActiveXScript and written something like this
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Set ObjSendMail = CreateObject("CDO.Message")
Set iConf = CreateObject("CDO.Configuration")
Set Flds = iConf.Fields
Flds(" = 1
'**** Path below may need to be changed if it is not correct
Flds(" = "c:\inetpub\mailroot\pickup"
Flds.Update
Set ObjSendMail.Configuration = iConf
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What could be the possible problem.
Thank you, I appreciate your response.
Gragi
I have a package which sends email with attachment to the people who are on the same domain as well to the others who are using different domain.
It used to work fine, but from last 3 days onwards mails are not going and I found that mails are waiting at "C:\Inetpub\mailroot\Queue" and are still waiting from last 3 days.
My email package task is a ActiveXScript and written something like this
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Set ObjSendMail = CreateObject("CDO.Message")
Set iConf = CreateObject("CDO.Configuration")
Set Flds = iConf.Fields
Flds(" = 1
'**** Path below may need to be changed if it is not correct
Flds(" = "c:\inetpub\mailroot\pickup"
Flds.Update
Set ObjSendMail.Configuration = iConf
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What could be the possible problem.
Thank you, I appreciate your response.
Gragi