In the middle of creating some HTML email signatures for our company. Every so often I get "mime-attachment.png" instead of the actual image on some replies to my emails. At the moment they are linked like the following:
<img src="http://url/image1.png">
Should embedding my images into the signature? If so how would I do this? I see some examples that look like this, but not sure how to link the cid to the image:
<img src="cid:My-Image-Identifier">