When using CDONTS.NewMail, you might see the following error:
Error '80090020' An internal error occurred. |
CDONTS has always been a bear to set up correctly, and has many configuration settings which cause errors in different environments. The recommended fix for this error is to use the newer CDO.Message instead, since CDONTS.NewMail has been deprecated, and no longer ships with Windows XP / .Net Server. You can see sample code for CDO.Message in
Article #2026 (under 'Windows XP').