How do I exclude some images to get embedded into the email?
You may need to exclude some images to get embedded while sending image-embedding enabled emails to your recipients. This can be needed while using a third party tracking service or for excluding some heavy-weight images to be embedded into the email content.
In order to exclude images from being embedded, just add a parameter to the end of the URL. If the URL of your image is the following one as an example;
<img src="http://yourdomain.com/images/my_image.gif">
Add the following parameter to the end of the image URL:
<img src="http://yourdomain.com/images/my_image.gif?no-embed=1">
ClientContactPro will exclude the above image in the embedding process.