Skip to content

Instantly share code, notes, and snippets.

@youandhubris
youandhubris / AppleScript Mail Send.scpt
Last active May 17, 2024 01:40
AppleScript to send e-mail, using Apple's Mail, with multiple recipients, cc, bcc and attachments
tell application "Mail"
set theFrom to ""
set theTos to {}
set theCcs to {}
set theBccs to {}
set theSubject to ""
set theContent to ""
set theSignature to ""