Magento 2.4.8 – How to Add Email Attachments (laminas-mime library removed)

In Magento version 2.4.7, I was able to attach files to emails using the laminas-mime library. However, starting from Magento 2.4.8, the laminas-mime library has been removed, and the methods that worked earlier no longer function.

I’ve already referred to the following resources: Magento 2: send email with Attachment, https://webkul.com/blog/attach-pdf-file-magento-2-email/,
https://meetanshi.com/blog/add-attachments-with-email-in-magento-2-3-x/

Unfortunately, none of these solutions are working in Magento 2.4.8.

How can I add an attachment to an email in Magento 2.4.8 now that laminas-mime has been removed? Is there a new recommended way to handle this in the latest version?

Thanks in advance!