Jump to content

sending an email with applescript.


et477
 Share

4 posts in this topic

Recommended Posts

hello!

  im new to applescript, but this is my script that i wrote to send emails automatically.

 

tell application "Mail"

set the NewMessage to make new outgoing message with properties {subject:"subject.", content:"content", visible:true}

tell the NewMessage

set the recepientAddress to "recipient address"

end tell

end tell

 

the spacing is all correct, and the script does run, but for some reason the  recepient textbox is empty. can anyone please help?


i will add on the cntent myself, but the recepient address is empty

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...