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