Q: | I'd like to see a user preference, program option, or
filter tied to incoming mail filters which would allow me to select different WAV files to be played
based on who sent me the message.
Or is this already present in the Scripting language (which I don't understand very well)? |
![]() |
|
A: | This feature is already there and can be implemented via filters, you don't have
to resort to a script. You need to use the "PlaySound" action in the filter.
The steps you have to go through are:
Note: This will suppess the normal sound alert you receive so you may want to add another filter or script to run after the filters above. This filter would check for a condition that is always present and use an action of "PlaySound" to play your standard souund alert for those messages. A script can also be used here, the advantage is that the script does not need to check for a condition that is always true. |