sia
gesperrt
Hi Leute,
Habe eine HTML-Datei mit drei Bildern drin, die ich gerne in Thunderbird als eingebettete Bilder – nicht im Anhang – anzeigen würde. Habe jetzt also eine HTML erstellt, die ungefähr so aussieht:
[src=html4strict]<p><img src="cid:logo" width="210" height="111"></p>
<p>________________________________ </p>
<p>Irgendwas GmbH<br>
<p>Telefon 12345</p>
<p>Hotline 1234567</p>
<p><a href="mailto:bla@example.com">bla@example.com</a></p>
<p><a href="http://www.example.com/?ref=sig">www.example.com</a></p>
<p>________________________________</p>
<p>Besuchen Sie uns auch auf</p>
<p>
<img src="cid:facebook" width="37" height="37">
<img src="cid:instagram" width="37" height="37">
</p>
--multipart_related_boundary
Content-Type: image/png; name="logo.png"
Content-Disposition: inline; filename="logo.png"
Content-Transfer-Encoding: base64
Content-ID: <logo>
Content-Location: logo.png
[base64-Zeug]
--multipart_related_boundary
--multipart_related_boundary
Content-Type: image/png; name="facebook.png"
Content-Disposition: inline; filename="facebook.png"
Content-Transfer-Encoding: base64
Content-ID: <facebook>
Content-Location: facebook.png
[base64-Zeug]
--multipart_related_boundary
--multipart_related_boundary
Content-Type: image/png; name="instagram.png"
Content-Disposition: inline; filename="instagram.png"
Content-Transfer-Encoding: base64
Content-ID: <instagram>
Content-Location: instagram.png
[base64-Zeug]
--multipart_related_boundary[/src]
Aber wie bekomme ich das jetzt in die Signatur? Ich müsste ja quasi eine Vorlage erstellen, einfach als HTML-Signatur einfügen geht leider nicht.
Habe eine HTML-Datei mit drei Bildern drin, die ich gerne in Thunderbird als eingebettete Bilder – nicht im Anhang – anzeigen würde. Habe jetzt also eine HTML erstellt, die ungefähr so aussieht:
[src=html4strict]<p><img src="cid:logo" width="210" height="111"></p>
<p>________________________________ </p>
<p>Irgendwas GmbH<br>
<p>Telefon 12345</p>
<p>Hotline 1234567</p>
<p><a href="mailto:bla@example.com">bla@example.com</a></p>
<p><a href="http://www.example.com/?ref=sig">www.example.com</a></p>
<p>________________________________</p>
<p>Besuchen Sie uns auch auf</p>
<p>
<img src="cid:facebook" width="37" height="37">
<img src="cid:instagram" width="37" height="37">
</p>
--multipart_related_boundary
Content-Type: image/png; name="logo.png"
Content-Disposition: inline; filename="logo.png"
Content-Transfer-Encoding: base64
Content-ID: <logo>
Content-Location: logo.png
[base64-Zeug]
--multipart_related_boundary
--multipart_related_boundary
Content-Type: image/png; name="facebook.png"
Content-Disposition: inline; filename="facebook.png"
Content-Transfer-Encoding: base64
Content-ID: <facebook>
Content-Location: facebook.png
[base64-Zeug]
--multipart_related_boundary
--multipart_related_boundary
Content-Type: image/png; name="instagram.png"
Content-Disposition: inline; filename="instagram.png"
Content-Transfer-Encoding: base64
Content-ID: <instagram>
Content-Location: instagram.png
[base64-Zeug]
--multipart_related_boundary[/src]
Aber wie bekomme ich das jetzt in die Signatur? Ich müsste ja quasi eine Vorlage erstellen, einfach als HTML-Signatur einfügen geht leider nicht.