• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
text color and size in Apple mail
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

text color and size in Apple mail


  • Subject: text color and size in Apple mail
  • From: Kaydell Leavitt <email@hidden>
  • Date: Sun, 29 Sep 2013 17:51:11 -0600

Title: HTML Email Highlighting
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?

  1. Have your AppleScript generate the HTML document
  2. Open the HTML document with Safari
  3. Have Safari share it as an email
  4. 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>

 _______________________________________________
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

  • Prev by Date: text color and size in Apple mail
  • Next by Date: Satimage: Still On the Air?
  • Previous by thread: text color and size in Apple mail
  • Next by thread: Satimage: Still On the Air?
  • Index(es):
    • Date
    • Thread