Hello,
I'm trying to send e-mail thanks CDO :
loMsg = createobject ("CDO.Message"
WITH loMsg
.To = "xxx@yyy.com"
.Subject = "Subject"
ENDWITH
loMsg.send
But I've got an error on Send :
"The "SendUsing" configuration value is invalid"
I use Win2000 and Outlook2000 (but no Exchange Server) and I've got cdosys.dll and cdonts.dll in my system32.
It was working with Win2000 and Outlook Express, but it doesn't work since I installed Outlook2000.
Any help on this ?
thanks in advance
I'm trying to send e-mail thanks CDO :
loMsg = createobject ("CDO.Message"
WITH loMsg
.To = "xxx@yyy.com"
.Subject = "Subject"
ENDWITH
loMsg.send
But I've got an error on Send :
"The "SendUsing" configuration value is invalid"
I use Win2000 and Outlook2000 (but no Exchange Server) and I've got cdosys.dll and cdonts.dll in my system32.
It was working with Win2000 and Outlook Express, but it doesn't work since I installed Outlook2000.
Any help on this ?
thanks in advance