Return to Snippet

Revision: 16672
at August 12, 2009 03:04 by 4fthawaiian


Initial Code
tell application "Mail"
			set theNewMessage to make new outgoing message with properties {subject:"Subject text", content:"Content text", visible:true}
			tell theNewMessage
				make new to recipient at end of to recipients with properties {address:"email address"}
				send
			end tell
		end tell

Initial URL
http://forums.macosxhints.com/showthread.php?t=80309

Initial Description


Initial Title
create and send an email with applescript

Initial Tags
email

Initial Language
AppleScript