Basics Thunderbird messages can be composed from the command line, and the syntax is pretty basic (field=’value’). For Example: admin@box:$ thunderbird –compose “to=’foo@bar.com,bar@foo.com’,subject=’nice tip’,attachment=’file:///home/admin/tip.txt’,body=’Check out this neat command line tip’” Caveats: Values don’t have to be in single quotes. However, if you have multiple values or characters that might be interpreted by Thunderbird, as actually… Continue Reading