23
edits
No edit summary |
|||
Line 333: | Line 333: | ||
Lot's of times I forget to attach files to an email message. Would be nice to get an optional warning if I talk about an attachment in text but forget to attach a file. | Lot's of times I forget to attach files to an email message. Would be nice to get an optional warning if I talk about an attachment in text but forget to attach a file. | ||
= Add optional ability to insert HTML "Style" code at the beginning and end of the email message = | |||
Add options: | |||
(1) HTML to insert at beginning of message: (user-specified HTML code line)<br> | |||
(2) HTML to insert at end of message: (user-specified HTML code line) | |||
Example: | |||
HTML to insert at beginning of message: <div style="font-family: Arial; font-size: 10pt;"><br> | |||
HTML to insert at end of message: </div> | |||
Resulting message source is: | |||
<div style="font-family: Arial; font-size: 10pt;"><br> | |||
This is the first line of my Thunderbird message body.<br> | |||
</div><br> |
edits