Rich text email containing embedded image duplicated and sent as attachment

Enterprise cloud

I would like to report the same issue as I reported back in 2023 with regard to the duplicate image sent in rich text emails:

Email containing image shows duplicate images in sent email / prefilled link doesn’t work in rich text

Hey, sorry for the inconvience!

Unfortunately, I am unable to reproduce this bug.
Could you maybe check (or even share a redacted version of) the HTML source of the email?

A simple rich-text email with a single embedded email looks like this for me:

<p>
  <img src="cid:cid1" alt="">
</p>

<style type="text/css">
/* These are general styles automatically added by SeaTable */ 
</style>

There’s only a single <img> tag, so the image is only displayed once by my email client.
cid:cid1 is a reference to the image file that is sent along with the text content.