0
votes

I am using email router to send emails for CRM 2011. I have created an Email template. In this email record, i have pasted an image embedded and static text content:

enter image description here

I used this tutorial to embedded images: https://sliong.wordpress.com/2013/06/20/crm-2011-insert-image-to-email/

This email template gets saved in CRM but when i sent that email to an address mail like gmail/hotmail/Yahoo, the static content is displayed properly but the image in the email record is shown as "X" icon in the email body of email:

enter image description here

Could you please help me in letting me know what setting needs to be done at CRM side or anywhere else so that the image is shown correctly in the email sent.

I m using Dynamics crm 2011 OnPremise Rollup 15. Please help, Thanks,

1

1 Answers

0
votes

Check if you can access the src attribute of the <img> element or if it is well formatted in the email. Usually that "X" means:

  • The url is not resolvable
  • Some email providers block images by default too
  • Image url might be also blocked by a proxy