Re: Sierra problem with AppleScript and Mail setting signature of an email
Re: Sierra problem with AppleScript and Mail setting signature of an email
- Subject: Re: Sierra problem with AppleScript and Mail setting signature of an email
- From: Robert Poland <email@hidden>
- Date: Sun, 25 Sep 2016 12:12:31 -0600
- Z-usanet-msgid: XID673uiysmG8656X34
> On Sep 25, 2016, at 11:46:AM, Yvan KOENIG <email@hidden> wrote:
>
>
>> Le 25 sept. 2016 à 19:29, Daniel <email@hidden> a écrit :
>>
>> Here is another script that stopped working with Sierra. I used this for a long time and now when I run it I get a
>>
>> set theNewMessage to make new outgoing message with properties {sender:"email@hidden", subject:mailSubject, content:theBody, visible:true, message signature:signature "MySignature”}
>>
>> The error I am getting in Sierra is: Mail got an error: Can’t make class outgoing message.
>>
>> The problem is with the message signature. If I remove that part, the script works fine.
>>
>> Daniel
>
>
> Same behavior here.
Shorter version;
tell application "System Events"
activate
key code 18 using {control down}
end tell
> Yvan KOENIG running Sierra 10.12.0 in French (VALLAURIS, France) dimanche 25 septembre 2016 19:45:58
Fort Collins, CO
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden