Sending images using html templete in mail

hello community,
i have 150 images in one folder, i want to use these images in html templete.
this templete will be used for email mody for sending message. i am using send smtp mail message activity.

i have used
(BirthdayMessage.Replace(“{Title}”,Row(“Title”).ToString)).Replace(“{Name}”,Row(“First Name”).ToString).Replace(“{ImagePath}”,arr_img(1)).Replace(“{Message}”,RandomMessage).Replace(“{Signature}”,ConfigDictionary(“Signature”).ToString) this replace function

@dheerandra.vishwakarma

Welcome to the community

please check this

cheers

cheers

I’ve applied all alternatives mentioned above, but it is not supporting in outlook, not showing the images as inlined in outlook,Please suggest some logic about this.