I was wondering if it would be possible to email a list of addresses in a text file. I have alot of different types of alerts that use the same email addresses, but sometimes at different times of day etc. I'd like to only have to update my email addresses in one place, like in a text file.
example:
Network.txt file
bob@mail.com
sue@mail.com
alex@mail.com
Admin.txt file
jeo@email.com
dave@email.com
You get the idea. now, when I want to have an action send an email to all network staff, I can say to use the network.txt file, and if the staff changes, I only have to change it in the one text file, and not every action profile.
Email List
You will not need this in version 4.0, it supports user defined macro variables. E.g. you can define 2 variables:
%udf_networkmail% = "bob@mail.com; sue@mail.com; alex@mail.com"
%udf_adminmail% = "jeo@email.com; dave@email.com"
and use these variables in actions.
BTW you can modify these variables using HM Script
Regards
Alex
<font size=-1>[ This Message was edited by: KS-Soft on 2003-05-21 15:02 ]</font>
%udf_networkmail% = "bob@mail.com; sue@mail.com; alex@mail.com"
%udf_adminmail% = "jeo@email.com; dave@email.com"
and use these variables in actions.
BTW you can modify these variables using HM Script
Regards
Alex
<font size=-1>[ This Message was edited by: KS-Soft on 2003-05-21 15:02 ]</font>