FYI - Even if you replace the source with a CID you still need to encode the 
image into the email using that same CID as a reference.

Regards,

Howie

--- On Monday, July 11, 2005 2:41 PM, Patric Stumpe scribed: ---
>
> Hi Ben,
> 
> thanks for the quick reply.
> Am I right that I could embrace the different parts of that regex for
> simple back-reference? I have to grab the complete URL of the
> src-attribute (need to work with that a bit) and replace it with a
> known string:
> 
> e.g.:
> <img src="/path/to/image.gif" height="25" width="20">
> 
> would lead to:
> <img src="cid:inlineImage01"; height="25" width="20">
> 
> So something like that could work?
> (<img [^>]*src=")([^"]+)("[^>]*>)
> 
> => \1cid:inlineImage01\3
> 
> Patric
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211571
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to