Salve um script como este em ~/Library/Workflows/Applications/Folder Actions
:
on adding folder items to this_folder after receiving these_items
tell application "Mail"
tell (make new outgoing message)
make new recipient at end of to recipients with properties {address:"[email protected]"}
set subject to "subject"
set content to "content"
send
end tell
end tell
end adding folder items to
Em seguida, ative-o na Configuração de ações de pasta:
Ousevocêquiseradicionarosarquivoscomoanexos,adicioneissoantesdocomandoenviar:
repeatwithfinthese_itemsmakenewattachmentwithproperties{filename:f}atafterparagraph-1endrepeat
Outraformadeenviare-mailépara