I'm currently sending a report from SSRS in MHTML using a subscription so that it gets embedded in the body of the email.
I want to get similar functionality using sp_send_dbmail so that I can change the email via SQL code, however when I send the MHTML file as an attachment it is not embedded in the email body.
How can I embed the MHTML in the email body using sp_send_dbmail?
EDIT: for those asking why I want to do this instead of using a subscription, it is to integrate two existing processes in an enterprise environment. One process sends emails, the other generates report files.