Quote:
Originally Posted by hdawg
SQL Express shouldn't matter at all here.
Have you logged into the server with an account that is a part of the Administrators group on the server?
|
Found the solution to this problem. I had to add this command line:
BBDBUpdate.exe -db <db name>
-n <server name> -input EnableRichContent.sql
and it worked! I was able to receive html emails now. Hope that helps for anyone who has the same issue as I did.