Ok, I migrated my 7.7 forums from Win2K to another machine running Win2K3 and the new 7.9 forums - both using SQL Server and now I'm using the CDOSYS control instead of CDONTS.
Any time an email notification on the new server is sent out or I test the "mass email members" feature I get this error:
Error 80040211
/forum/functions/functions_send_mail.asp
line 136 (the .Send command for CDOSYS function)
I did some troubleshooting and commented out some code in functions_send_mail.asp that seemed to be the cause of the problem. Once I commented the code below, the email feature worked fine. So my question is why isn't the code working? A developer friend of mine said this code isn't critical, but I just want to make sure permissions/security or something else on my IIS Server isn't messed up.
Here's the commented code in functions_send_mail.asp: (starts at line 102)
'Update the CDOSYS Configuration
'Set objCDOSYSMail.Configuration = objCDOSYSCon
Maybe the new version of IIS 6.0 is "locked" down more and I need to open permissions on something? (I have not used the lockdown tool, and this PC is 100% freshly installed Win2K3)