i am trying to send out an email which contains images from a database of images that have been uploaded. when i send the email out only the text and any images that have been hard codeing in using the img tag.
i have done some research on this and i have found out that i need to display the images using the absolute path to them but i do not know how to do this.
i found some code to print out the absolute path to where the images is being dstored in the database but how do i then use this path to display the images within the email?