How to refer image from webserver in Peoplecode
I want to attach image from webserver and attach the image to a email triggered using sendmail function. I am trying to reference image using src function . Here is the line of code <img src=""/CSDEV/images/CUAProvost.png"" width=""48"" height=""72"" align=""middle"" style=""text-align:center;width:48px; height=72px;"" />". Unfortunately, this is not working. How do I reference image from Webserver?
Appreciate your help