<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Leopard Mail HTML Stationery Gallery</title>
	<atom:link href="http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/</link>
	<description>Tips and add-ons to make Apple Mail / Mail.app even better</description>
	<pubDate>Fri, 09 Jan 2009 05:36:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Michael</title>
		<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-153144</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 12 Jun 2007 08:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-153144</guid>
		<description>"I wish there was an easy way to add bullet points in Mail. Using * for bullets is very primitiveâ€¦"

There is a work-around.

Compose in TextEdit. There's a lists widget in its toolbar. When you've finished your message, highlight it, and select

TextEdit &#62; Service &#62; Mail &#62; Send Selection</description>
		<content:encoded><![CDATA[<p>&#8220;I wish there was an easy way to add bullet points in Mail. Using * for bullets is very primitiveâ€¦&#8221;</p>
<p>There is a work-around.</p>
<p>Compose in TextEdit. There&#8217;s a lists widget in its toolbar. When you&#8217;ve finished your message, highlight it, and select</p>
<p>TextEdit &gt; Service &gt; Mail &gt; Send Selection</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-152765</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 12 Jun 2007 01:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-152765</guid>
		<description>If anyone has access to the Leopard beta, it would be interesting to know if html templates can be created or are you restricted to the installed templates? Can the installed templates be easily modified?

I would like to use css in the header to set text styles rather than have to set these manually each time.

I'd and also some header and footer setup for corporate branding. I know it is possible to do footer using signatures, but I'd like more access to layout and text styles for everyday email. 

Suggestions re Thunderbird are great, but I want to stick with Mail because of its integration with our CRM - Daylite.

Thanks 

Richard
PS: I wish there was an easy way to add bullet points in Mail. Using * for bullets is very primitive...</description>
		<content:encoded><![CDATA[<p>If anyone has access to the Leopard beta, it would be interesting to know if html templates can be created or are you restricted to the installed templates? Can the installed templates be easily modified?</p>
<p>I would like to use css in the header to set text styles rather than have to set these manually each time.</p>
<p>I&#8217;d and also some header and footer setup for corporate branding. I know it is possible to do footer using signatures, but I&#8217;d like more access to layout and text styles for everyday email. </p>
<p>Suggestions re Thunderbird are great, but I want to stick with Mail because of its integration with our CRM - Daylite.</p>
<p>Thanks </p>
<p>Richard<br />
PS: I wish there was an easy way to add bullet points in Mail. Using * for bullets is very primitive&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-108851</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 20 Mar 2007 10:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-108851</guid>
		<description>"Does anyone know if the templates can be easily editedâ€¦"

I don't, but if you look at the linked gallery, you'll see that all the samples shown are postcard-like templates suitable for personal notes to friends. I'd suggest that would make editing them to use them for another purpose--such as a newsletter, as you mention--likely more time-consuming than starting afresh.

"The most obvious things Iâ€™d be interested in setting up would be html footers for emails ..."

The simplest way to implement that would be with the "Signatures" setting in Mail.

"... a series of CSS styles for text"

That's more problematic. One tends to think that because these are such a boon for web use, they are _ipso_ _facto_ a "good thing". But support for CSS in email clients is patchy to say the least. It's only really inline styles that are usable. And you couldn't realistically use CSS for layout; you'd have to use tables, if you had layout requirements. There's more information here:

http://www.anandgraves.com/html-email-guide

Mozilla's Thunderbird would be a better tool if you want both to work with raw markup and to use email templates. You can open a composing view and insert tags directly, if you want. And you can certainly save templates you make in Thunderbird.

But you certainly _could_ take a template-like approach with Mail.app. What you could do is to save your template as an HTML page rather than as a mail message. You could write such a page either in any HTML editor or in a text editor, just as for the web. Then, when the time came to send the newsletter, you'd re-open the "template" page in your editor and add the current content. You could then open your completed HTML page in Safari and send its contents to Mail.app in one of two ways:

Either:

1. Press Command + I

Or:

2. Press Command + A (select all) then select Safari &#62; Services &#62; Mail &#62; Send Selection

The HTML that's produced varies slightly according to which method is used.

With the latter method you can also compose in TextEdit in rtf rather than in HTML, and send to Mail.app through the Services Menu. It gets converted to HTML just the same as if you'd started with HTML. It's quite a simple method. Any images you drag into TextEdit go with the email. If you preferred to use remote images, you'd use the first method, being sure to give the full path to the images on the web in your image links in your HTML source.

With Thunderbird, you make the choice of what to do with images by using a "moz-do not send" or "moz send" attribute when you compose.

To summarize: I don't think those templates would be a good place to start, but you could do what you want with Thunderbird templates. And you could also, effectively, do this right now in Tiger's version of Mail: you'd just have to save your template as an HTML page, not a mail message. Rendering is a problematic area, but if you keep the design simple, it will probably work for all your recipients, and you could test first to see.

It's not something I regularly do myself, but I've experimented in order to see what the capabilities of the software are just out of curiosity. It's doable.</description>
		<content:encoded><![CDATA[<p>&#8220;Does anyone know if the templates can be easily editedâ€¦&#8221;</p>
<p>I don&#8217;t, but if you look at the linked gallery, you&#8217;ll see that all the samples shown are postcard-like templates suitable for personal notes to friends. I&#8217;d suggest that would make editing them to use them for another purpose&#8211;such as a newsletter, as you mention&#8211;likely more time-consuming than starting afresh.</p>
<p>&#8220;The most obvious things Iâ€™d be interested in setting up would be html footers for emails &#8230;&#8221;</p>
<p>The simplest way to implement that would be with the &#8220;Signatures&#8221; setting in Mail.</p>
<p>&#8220;&#8230; a series of CSS styles for text&#8221;</p>
<p>That&#8217;s more problematic. One tends to think that because these are such a boon for web use, they are _ipso_ _facto_ a &#8220;good thing&#8221;. But support for CSS in email clients is patchy to say the least. It&#8217;s only really inline styles that are usable. And you couldn&#8217;t realistically use CSS for layout; you&#8217;d have to use tables, if you had layout requirements. There&#8217;s more information here:</p>
<p><a href="http://www.anandgraves.com/html-email-guide" rel="nofollow">http://www.anandgraves.com/html-email-guide</a></p>
<p>Mozilla&#8217;s Thunderbird would be a better tool if you want both to work with raw markup and to use email templates. You can open a composing view and insert tags directly, if you want. And you can certainly save templates you make in Thunderbird.</p>
<p>But you certainly _could_ take a template-like approach with Mail.app. What you could do is to save your template as an HTML page rather than as a mail message. You could write such a page either in any HTML editor or in a text editor, just as for the web. Then, when the time came to send the newsletter, you&#8217;d re-open the &#8220;template&#8221; page in your editor and add the current content. You could then open your completed HTML page in Safari and send its contents to Mail.app in one of two ways:</p>
<p>Either:</p>
<p>1. Press Command + I</p>
<p>Or:</p>
<p>2. Press Command + A (select all) then select Safari &gt; Services &gt; Mail &gt; Send Selection</p>
<p>The HTML that&#8217;s produced varies slightly according to which method is used.</p>
<p>With the latter method you can also compose in TextEdit in rtf rather than in HTML, and send to Mail.app through the Services Menu. It gets converted to HTML just the same as if you&#8217;d started with HTML. It&#8217;s quite a simple method. Any images you drag into TextEdit go with the email. If you preferred to use remote images, you&#8217;d use the first method, being sure to give the full path to the images on the web in your image links in your HTML source.</p>
<p>With Thunderbird, you make the choice of what to do with images by using a &#8220;moz-do not send&#8221; or &#8220;moz send&#8221; attribute when you compose.</p>
<p>To summarize: I don&#8217;t think those templates would be a good place to start, but you could do what you want with Thunderbird templates. And you could also, effectively, do this right now in Tiger&#8217;s version of Mail: you&#8217;d just have to save your template as an HTML page, not a mail message. Rendering is a problematic area, but if you keep the design simple, it will probably work for all your recipients, and you could test first to see.</p>
<p>It&#8217;s not something I regularly do myself, but I&#8217;ve experimented in order to see what the capabilities of the software are just out of curiosity. It&#8217;s doable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-108265</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 19 Mar 2007 23:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-108265</guid>
		<description>Hi,

Does anyone know if the templates can be easily edited...

The most obvious things I'd be interested in setting up would be html footers for emails, as well as a series of CSS styles for text.

Ideally we could use simple heading styles: h1 h2 etc

Why? Response rates for email newsletters are considerably higher with images, and icons. And even in non-newsletters, why not have nice-looking email to send to clients. Consistent text styling would be fantastic. Not all html-email is spam.

Richard</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Does anyone know if the templates can be easily edited&#8230;</p>
<p>The most obvious things I&#8217;d be interested in setting up would be html footers for emails, as well as a series of CSS styles for text.</p>
<p>Ideally we could use simple heading styles: h1 h2 etc</p>
<p>Why? Response rates for email newsletters are considerably higher with images, and icons. And even in non-newsletters, why not have nice-looking email to send to clients. Consistent text styling would be fantastic. Not all html-email is spam.</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79947</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 03 Feb 2007 15:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79947</guid>
		<description>HMTL is mark up not code. Look it up.

Never debate with a fool. The fool gets the attention he craves, and you'll get frustrated trying to explain things to him that he is unable to grasp.</description>
		<content:encoded><![CDATA[<p>HMTL is mark up not code. Look it up.</p>
<p>Never debate with a fool. The fool gets the attention he craves, and you&#8217;ll get frustrated trying to explain things to him that he is unable to grasp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fifthdecade</title>
		<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79942</link>
		<dc:creator>fifthdecade</dc:creator>
		<pubDate>Sat, 03 Feb 2007 15:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79942</guid>
		<description>HTML email is the common ingredient. But I'll let you have the last word.</description>
		<content:encoded><![CDATA[<p>HTML email is the common ingredient. But I&#8217;ll let you have the last word.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79932</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 03 Feb 2007 14:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79932</guid>
		<description>I said none of the above. Moreover, none of this has anything to do with the topic of this thread: "Leopard Mail HTML Stationery Gallery".</description>
		<content:encoded><![CDATA[<p>I said none of the above. Moreover, none of this has anything to do with the topic of this thread: &#8220;Leopard Mail HTML Stationery Gallery&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fifthdecade</title>
		<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79888</link>
		<dc:creator>fifthdecade</dc:creator>
		<pubDate>Sat, 03 Feb 2007 12:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79888</guid>
		<description>No, you're absolutely right, there are no viruses, Windows doesn't have a security problem, malware, adware and spyware don't take advantage of html email to spread themselves, only the Greeks have a problem with Trojans. While the intelligent Windows users have no problems, it is the ignorant ones who just mess up their own computers.

Sorry, I forgot that.</description>
		<content:encoded><![CDATA[<p>No, you&#8217;re absolutely right, there are no viruses, Windows doesn&#8217;t have a security problem, malware, adware and spyware don&#8217;t take advantage of html email to spread themselves, only the Greeks have a problem with Trojans. While the intelligent Windows users have no problems, it is the ignorant ones who just mess up their own computers.</p>
<p>Sorry, I forgot that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79836</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 03 Feb 2007 10:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79836</guid>
		<description>&#62; &#62; Why would you use a mail client that runs JavaScript? 

&#62; I donâ€™t.

Then the comment was irrelevant in the first place. That would only be a consideration if one were. And the point of the comment was that, while there are some (almost inherent problems) with the use of HTML for email (mostly connected with its uncertain rendering for the foreseeable future) *this* is not one of them. It is not an inherent problem.

And the point is also that if you had read the whole thread, you would have known that the point had already been extensively discussed. If you can't contribute anything new, why say anything at all?

&#62; poor innocent, ignorant Windows users do on Internet Explorer

That is a browser not a mail client. Some Windows clients do use IE's rendering engine, but for quite a long time (some *years*) they've been using the restricted zone, which does *not* run JavaScript.</description>
		<content:encoded><![CDATA[<p>&gt; &gt; Why would you use a mail client that runs JavaScript? </p>
<p>&gt; I donâ€™t.</p>
<p>Then the comment was irrelevant in the first place. That would only be a consideration if one were. And the point of the comment was that, while there are some (almost inherent problems) with the use of HTML for email (mostly connected with its uncertain rendering for the foreseeable future) *this* is not one of them. It is not an inherent problem.</p>
<p>And the point is also that if you had read the whole thread, you would have known that the point had already been extensively discussed. If you can&#8217;t contribute anything new, why say anything at all?</p>
<p>&gt; poor innocent, ignorant Windows users do on Internet Explorer</p>
<p>That is a browser not a mail client. Some Windows clients do use IE&#8217;s rendering engine, but for quite a long time (some *years*) they&#8217;ve been using the restricted zone, which does *not* run JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fifthdecade</title>
		<link>http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79579</link>
		<dc:creator>fifthdecade</dc:creator>
		<pubDate>Sat, 03 Feb 2007 00:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/01/23/leopard-mail-html-stationery-gallery/#comment-79579</guid>
		<description>I don't.

It's not what you or I do, but what all those poor innocent, ignorant Windows users do on Internet Explorer - which still has an 85% market share. They catch the virus, they spread the virus. We don't catch the virus, but the whole internet slows down, and that slows us down.

It's like we don't get a cold, but we still have to wipe off the snot other people spread around. Reminds me of that Get A Mac ad "virus".</description>
		<content:encoded><![CDATA[<p>I don&#8217;t.</p>
<p>It&#8217;s not what you or I do, but what all those poor innocent, ignorant Windows users do on Internet Explorer - which still has an 85% market share. They catch the virus, they spread the virus. We don&#8217;t catch the virus, but the whole internet slows down, and that slows us down.</p>
<p>It&#8217;s like we don&#8217;t get a cold, but we still have to wipe off the snot other people spread around. Reminds me of that Get A Mac ad &#8220;virus&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.253 seconds -->
<!-- Cached page served by WP-Cache -->
