Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to email Retrospect backup failures' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to email Retrospect backup failures
Authored by: willdaddy on Jul 10, '06 02:58:21PM

gjw's hint helped but it still took me quite a while to fix the Event Handler script.

Edit the Event Handler Script in the Script Editor and change:
set myAddressClass to myAddressClass & {name:myAddress}

to:
set myAddressClass to myAddressClass & {address:myAddress}

Hope this helps,
will



[ Reply to This | # ]