How to add cid to e-mail body correctly?
I’m currently working on integrating email sending with GraphMailer, alongside a rich text editor powered by Quill. My goal is to allow inline image embedding in emails directly from the editor. However, I’m facing challenges with transforming base64-encoded images into inline images (CID format) for email compatibility.