Send attachments as real attachments

From MozillaZine Knowledge Base
Revision as of 21:11, 16 September 2005 by Tanstaafl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Thunderbird normally sends plain text attachments inline, as part of the message body. If your recipient wants them to appear as real attachments add user_pref("mail.content_disposition_type", 1); to prefs.js or user.js . That should work unless the recipient configures thier email client to display attachments inline. There is nothing you can do about that other than tell them its thier own fault.