I have a issue related to adding image in email. I have added image in mail template and it is showing me in preview but while sending mail it is showing me broken image. When i am using it with base64 encoding then it is showing me in attachment not in mail body. While doing R&D on this issue, I found that google block base64 encoding images and show them as attachment not as mail body. Based on that i have tried several solution found on google but couldn't solve this issue.
I have tried implementing image with encoding base64 and with absolute path but both are not working for me. Do any one have any idea how to solve this issue and can add image in mail body?