From EC2 Linux, using AWS SES email template I am trying to send an email with background image. However, image and the script build in json located in the same path. But still I am not able to see background image in an email.
Below is the HTML in json which I am using.
"HtmlPart": "body{background-image: url(\"home/ec2-user/Test/Sample-Backgrd.jpg\");background-color: #cccccc;\r\n}</style>"
Can anybody help me if there is any issue in above script?