You need to sign in to do that
Don't have an account?

Image(logo) to email templates - prepare split instance
Hello,
How do I update may email template image URL in preparation for split instance? my current code looks like below
How do I update may email template image URL in preparation for split instance? my current code looks like below
<img src="https://na3.salesforce.com/servlet/servlet.ImageServer? id=015D0000000Dpwc&oid=00DD0000000FHaG&lastMod=1270576568000" alt="Company Logo" height="64" width="64"/>what should be the new code, in preparation for split instance?
You should only ever be using RELATIVE urls in your code, never ABSOLUTE.

Thanks Andy for the response. Image is not show in email when I use the suggested relative path.