Hi all

I've been using the CodeUnit 400 "SMTP Mail" in NAV 5.0.
But on some clients I get this error:
" Could not create an object of type 'CDO.Message'.
Please verify that the current platform configuration supports SMTP mail "
I've solved the problem by runnning this command with Administrator privileges.
"regsvr32 %windir%\system32\cdosys.dll"
-
But why does'nt NAV C/SIDE client do this by default on install?
Aren't CU400 suppose to work "out of the box" ?
Because this way, I'm not positive all my clients can use SMTP mail (if I don't implement some administrative way of registering the cdosys.dll via GPO etc. , which I rather not, if possible).