Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.2.0
-
Fix Version/s: Unscheduled
-
Component/s: CiviMail
-
Labels:None
Description
Most email programs give the user the option to display an attached image inline with the email. The format for this is
<code>
<img src="cid:part1.04080103.06080104@example.com" />
</code>
Where the src is "cid:" followed by the MIME Content-ID of the attachment.
It would be great to have this ability in CiviMail. I think it would require ajaxifying the upload field. This would have the advantage of fixing CRM-3732 as well.