When we capture a Live Search and an email goes out to our support groups they are requesting that I reformat the html output so the server name is in the first column and not the last or some other column. Is that possble? I didn't see anything in the alert_actions.conf file. Only whether to send html, plain......or even to use an attachment or send data inline.
Our current ../local/alert_actions.conf file looks like this:.
.
- specify the format of the text in the email with two
- possible values: html, raw, csv, plain
#
format=html
- specifies whether the results need to be attached as a file
- or added to the body of the email (inline)
- options: auto, true (inline the results in the email), false (attach results
- as a file)
#
inline=true
Paul