Email Notifications
How to use
Settings
set recipientName to "Jeroen de Jong"
set recipientAddress to "[email protected]"Download
Last updated
This script sends an email through the Apple Mail app.
Open the script and add your name and email address.
Add the saved script to the File Copy Completed event in OffShoot's Settings > Scripting pane.
When a transfer completes the script is run.
You can change the message by using the variables exposed by the File Copy Completed event.
set recipientName to "Jeroen de Jong"
set recipientAddress to "[email protected]"Last updated