I am uploading an image in a Rich text field and want to send that image via mail.
I have email template where I am using body tag to get Image URL.
The Image URL is relative and appended with some div and style at the beginning and end.
How can Convert the relative URL to absolute URL so that I can embed that in the body tag to send image as mail.