I am sending QR code image generated via api using
Office365Outlook.SendEmail(User().Email;,"Your QRcode is attached", HtmlText_QR.HtmlText,{Attachments:Myqr,IsHtml:true});
I checked that Collection Myqr contains the QR code image named 'QRCode.jpg'
I placed code in Htmltext_QR as Img src='QRCode.jpg'
After clicking send button received below error
Office365outllook send email failed.
If I use any other image it is working fine. May I know what could be the reason? How to fix this