<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Steve,</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Can someone tell me how to adjust the outgoing template (css) to change the line-spacing on the html portion of outgoing mail?</p>
</blockquote>

<p dir="auto">From the helpfile:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto"><strong>Hardcoded CSS</strong></p>

<p dir="auto">The default themes for generated HTML does not include a specific font, but simply states that it should be sans-serif. This should work well for most purposes. If you need to experiment with setting a specific font (or other CSS changes) then you can do it using the MmDefaultCSS hidden preference:</p>

<p dir="auto"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">defaults write com.freron.MailMate MmDefaultCSS -string 'body { font-family: "Helvetica Neue", Helvetica, sans-serif; }'</code></p>

<p dir="auto">This is strongly discouraged, but let me know if and why you have to use this hidden preference.</p>
</blockquote>

<p dir="auto">Cheers<br>
Ian</p>
</div>
</div>
</body>
</html>