>Dave Jones wrote:<br>
>>> Dave Jones wrote:<br>
>>><br>
>>>> Can someone post a sample of a working inline.sig.html? I am getting<br>
>>>> an email with the attached jpg file but it only shows an image box of<br>
>>>> 186 x 23 with no image inside it. Am I missing something in my html<br>
>>>> file that puts it inline within the body?<br>
>>>><br>
>>>> _*MailScanner.conf*_<br>
>>>> Attach Image To Signature = yes<br>
>>>> Inline HTML Signature = %rules-dir%/inline-html<div id="1eoc" class="ArwC7c ckChnd">-signature.rules<br>
>>>> Signature Image Filename = %rules-dir%/signature-image-filename.rules<br>
>>>> Signature Image <img> Filename = signature.jpg<br>
>>>><br>
>>>> _*cat inline-html-signature.rules*_<br>
>>>> From: me <at> <a href="http://mydomain.com/" target="_blank">mydomain.com</a> <mailto:<a href="mailto:me">me</a> <at> <a href="http://mydomain.com/" target="_blank">mydomain.com</a>><br>
>>>> %report-dir%/inline.oneteam.sig.html<br>
>>>> FromOrTo: default no<br>
>>>><br>
>>>> _*cat signature-image-filename.rules *_<br>
>>>> From: me <at> <a href="http://mydomain.com/" target="_blank">mydomain.com</a> <mailto:<a href="mailto:me">me</a> <at> <a href="http://mydomain.com/" target="_blank">mydomain.com</a>><br>
>>>> %report-dir%/OneTeam.jpg<br>
>>>> FromOrTo: default no<br>
>>>><br>
>>>> _*cat inline.oneteam.sig.html*_<br>
>>>> <img width=186 height=23 src="signature.jpg"><br>
>>>><br>
>>> You need to call it src="cid:signature.jpg"<br>
>>><br>
>><br>
>> I made my "inline.oneteam.sig.html" have "<img width=186 height=23<br>
>> src="cid:signature.jpg>" " but now the src= text value is getting<br>
>> dropped off when I view the source of the email. This is a snip of<br>
>> the end of the source:<br>
>><br>
>> </BODY><img width=186 height=23 src=><br>
>> </HTML><br>
>><br>
>That's because you've got the quotes in the wrong place.<br>
>src="cid:signature.jpg"<br>
>just as I said last time, so the whole thing looks like<br>
><img width=186 height=23 src="cid:signature.jpg"><br>
</div>My apologies for the previous bad posting. I had the real file exactly as you have it above and still get the resulting HTML dropping the src= value inside the img tag.<br clear="all"><br>-- <br>Dave Jones