I have windows 200 server with xchange 2000 server installed on it. with previous installations everything worked fine when i used the script below.
but now with this installation then it does not work anymore. i have looked all around he setting and cannot find anything which seems out of place.
I was wondering if anybody had any ideas.
Thanking you in advance rick
[tt]
Set MyCDO = Server.CreateObject("CDO.NewMail"
If IsObject (MyCDO) Then
MyCDO.From = "info@canaryproperty.com (CanaryProperty.com Rentals)"
MyCDO.To = "richard@canaryproperty.com (CanaryProperty.com Rentals)" 'toEmail
MyCDO.Subject = "A accomodation rental has been canceled"
MyCDO.Body = "this is a tes to see if this is working for just one internal cdo"
MyCDO.Importance = 2 (High)
MyCDO.value("Reply-to"="info@canaryproperty.com (CanaryProperty.com Rentals)"
MyCDO.Send
Set MyCDO = nothing[/tt]
but now with this installation then it does not work anymore. i have looked all around he setting and cannot find anything which seems out of place.
I was wondering if anybody had any ideas.
Thanking you in advance rick
[tt]
Set MyCDO = Server.CreateObject("CDO.NewMail"
If IsObject (MyCDO) Then
MyCDO.From = "info@canaryproperty.com (CanaryProperty.com Rentals)"
MyCDO.To = "richard@canaryproperty.com (CanaryProperty.com Rentals)" 'toEmail
MyCDO.Subject = "A accomodation rental has been canceled"
MyCDO.Body = "this is a tes to see if this is working for just one internal cdo"
MyCDO.Importance = 2 (High)
MyCDO.value("Reply-to"="info@canaryproperty.com (CanaryProperty.com Rentals)"
MyCDO.Send
Set MyCDO = nothing[/tt]