RTC Mail Configurations
![]() In the Standard Settings for Mail Configiuration - when users get created we want to have the following setting ticked Format Email Messages in HTML Does anyone know how to update the configuration for users? |
One answer
![]()
there is no supported mechanism to do this. One would have to write a small application to get and modify each users mail configuration
I created the one in the answer here https://jazz.net/forum/questions/137079/resolved-not-a-bug-with-user-mail-settings-and-receivemails to disable emails altogether. But it is the same config data. not that the system assumes the no data present is the same as the default (this minimizes memory consumption). so beware that changing it for all users will add the config data to the database and to memory consumption. 100 users no big deal, but 10,000 might matter.. |