Steve,
Can someone tell me how to adjust the outgoing template (css) to change the line-spacing on the html portion of outgoing mail?
From the helpfile:
**Hardcoded CSS**
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:
```defaults write com.freron.MailMate MmDefaultCSS -string 'body { font-family: "Helvetica Neue", Helvetica, sans-serif; }' ```
This is strongly discouraged, but let me know if and why you have to use this hidden preference.
Cheers Ian
_______________________________________________ mailmate mailing list [email protected] https://lists.freron.com/listinfo/mailmate
