Changing the Product Header in User Notifications
iQ.Suite Tips & Tricks for IBM Domino
If a user (sender or recipient of an email) receives a notification from the iQ.Suite, the header will contain information regarding the product (GROUP), the executing module (e.g. Watchdog) and the Domino server (e.g. UrsaMinor).

- Using the parameter ToolKit_UserLogo=Company;Color1;Color2;<NoServer>, you can modify the appearance and the information displayed.
- By using "ToolKit_UserLogo=GROUP;0;0;NoServer", the server is hidden in the display and the remaining header is left as default.

The "NoServer" parameter is responsible for this.
- By changing the product (GROUP), e.g. in the company's name, you can make a further change to the header: ToolKit_UserLogo=MailTec;0;0;NoServer

- And you can also control font colours: ToolKit_UserLogo=MailTec;5;7;NoServer

The following numbers can be used to change the font colour:
|
Name of Color
|
Notes value
|
|---|---|
|
NOTES_COLOR_BLACK
|
0 or 239
|
|
NOTES_COLOR_WHITE
|
1 or 16 or 31
|
|
NOTES_COLOR_RED
|
2
|
|
NOTES_COLOR_GREEN
|
3
|
|
NOTES_COLOR_BLUE
|
4
|
|
NOTES_COLOR_MAGENTA
|
5
|
|
NOTES_COLOR_YELLOW
|
6
|
|
NOTES_COLOR_CYAN
|
7
|
|
NOTES_COLOR_DKRED
|
8
|
|
NOTES_COLOR_DKGREEN
|
9
|
|
NOTES_COLOR_DKBLUE
|
10
|
|
NOTES_COLOR_DKMAGENTA
|
11
|
|
NOTES_COLOR_DKYELLOW
|
12
|
|
NOTES_COLOR_DKCYAN
|
13
|
|
NOTES_COLOR_GRAY
|
14
|
|
NOTES_COLOR_LTGRAY
|
15
|
- You can also remove the product header completely: ToolKit_UserLogo=None

- You can either enter the parameter in the notes.ini or configure it as a global parameter.


The product header in the notification mails to administrators is not affected by this parameter.
