Hi,first you have to tell the solution script to attach the picture. Something like:$msg->attach(Type => 'image/gif', Id => 'div_optionbar.gif', Path => '/cs/iw-home/httpd/webapps/content_center/base/images/div_optionbar.gif', Disposition => 'Inline', );and then you have to insert the picture in ccmail_htmlbody.tpl with something like this:Hope this helps?
...use Sys::Hostname;...my $hostname = hostname();my $url = "http://$hostname/iw-cc/.../image_name.gif";...