Hi,
I have two queries. We are using EasyLink API to send emails.
1. In email body when we add images and send the email through JobSubmitRequest, the image names are properly showing in the Document property. For ex. if we add image "XYZ.jpg" the same name is displayed in Document property. But after complition of job request when that email reached in email client it was converting the image name as "image001.jpg" with href="cid:image001@xmr3.com". Is this normal or we need to do some settings at our end. If there are more than 1 image the names are displayed as "image001.jpg”, image002.jpg", image003.jpg.... The emails are in html format and image files are pull files.
2. We send two emails, one email is having file name as "signature.jpg" which is displayed in email client as "image001.jpg". The second email having two images "xyz.jpg" and "signature.jpg" which is displayed in email client as "image001.jpg" and "image002.jpg" respectively. But we are getting "image001.jpg" i.e."xyz.jpg" in first email. The Images are mixed up.
Please let me know how to fix this.
Thanks