Re: AppleScript-Users Digest, Vol 10, Issue 347
Re: AppleScript-Users Digest, Vol 10, Issue 347
- Subject: Re: AppleScript-Users Digest, Vol 10, Issue 347
- From: Patrick Mclindon <email@hidden>
- Date: Tue, 08 Oct 2013 22:48:41 +1000
On 01/10/2013, at 5:00, email@hidden wrote:
> Send AppleScript-Users mailing list submissions to
> email@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.apple.com/mailman/listinfo/applescript-users
> or, via email, send a message with subject or body 'help' to
> email@hidden
>
> You can reach the person managing the list at
> email@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of AppleScript-Users digest..."
>
>
> Today's Topics:
>
> 1. text color and size in Apple mail (Kaydell Leavitt)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 29 Sep 2013 17:51:11 -0600
> From: Kaydell Leavitt <email@hidden>
> To: asu Users <email@hidden>
> Subject: text color and size in Apple mail
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Bob,
>
> On Sep 29, 2013, at 11:53 AM, Robert Cuilla <email@hidden> wrote:
>
>> Hello to all,
>>
>> I have a AS written that grabs some system info, sticks it into Apple mail and sends to to several other Macs and ios devices. Works just fine.
>>
>> However, I would like to highlight portions of the text in different colors in the mail message so the recipient is alerted to these areas.
>>
>> Can anyone point me or give me some guidance on whether or not this is doable?
>
> What if you sent an HTML email?
>
> Have your AppleScript generate the HTML document
> Open the HTML document with Safari
> Have Safari share it as an email
> Have Mail, email it
> I believe that this should work
>
> -- Kaydell
>
> http://kaydell.us
>
>
> <!DOCTYPE html>
> <html lang="en">
> <head>
> <meta charset="utf-8" />
> <title>HTML Email Highlighting</title>
> <style type="text/css">
> .highlite {
> color: black;
> background-color: yellow;
> }
> </style>
> </head>
> <body>
>
> <p>What if you sent an HTML email?</p>
>
> <ol>
> <li>Have your <span class="highlite">AppleScript</span> generate the <span class=="highlite">HTML</span> document</li>
> <li>Open the HTML document with <span class="highlite">Safari</span></li>
> <li>Have Safari <span class="highlite">share</span> it as an email</li>
> <li>Have <span class="highlite">Mail</span>, email it</li>
> </ol>
>
> <p>I haven't tried it, but it may work for you.</p>
>
> </body>
> </html>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.apple.com/mailman/private/applescript-users/attachments/20130929/2798db88/attachment.html>
>
> ------------------------------
>
> _______________________________________________
> AppleScript-Users mailing list
> email@hidden
> https://lists.apple.com/mailman/listinfo/applescript-users
>
> End of AppleScript-Users Digest, Vol 10, Issue 347
> **************************************************
_______________________________________________
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