Issue with emails sent to Outlook and DPI scaling issue.

ThereseO10
Participant

I am using my own code and i would like to know if before sending the email, CC removes anything from the code.

On the advanced editor though I can see everyhing that I have though.

 

Here is the solution I implemented for the DPI scaling on Outlook:

https://litmus.com/community/discussions/151-mystery-solved-dpi-scaling-in-outlook-2007-2013

 

So the html tag:

<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:cctd="http://www.constantcontact.com/cctd">

 

Code on head:

<!--[if gte mso 9]><xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml><![endif]-->

 

And inline styling on the images.

 

Does CC removed the any of the above before sending the email? I am thinking that it might removes the xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" from head or the xmlns:cctd="http://www.constantcontact.com/cctd" overwrittes something?

 

Thanks in advance!

Georgia

 

7 REPLIES 7
Elijah_G
Member

Hello Georgia,

 

I have been working on this and doing some extensive testing over the past few days. What you are trying to accomplish is not specifically unsupported by Constant Contact, however, there is currently an issue that our engineers are working on that has also impacted your solution to this problem. At present the information that you are including in the header can be used on a custom HTML(not XHTML) email through our advanced editor.

 

However, the additional attributes that you are including on the <html> tag are not currently able to be sent.

 

Unfortunately my level of knowledge about this solution to the outlook DPI scaling issue is not enough to know how/if this solution will function without the additional attributes in the html tag. If you have access to a microsoft system with outlook where you can easily test how it performs with adjusted DPI settings, I would suggest creating a few test campaigns to see if this solution is functional.

 

If you have any questions, please let me know and I will be happy to do what I can to help!

 

Sincerely,

Elijah G.
API Support Engineer

We have this exact same issue.

 

Are there other ways to have Outlook clients render images correctly using custom code?

 

How does Constant Contact handle DPI scaling with its own templates?

 

Thanks,

Barton

Hi Barton,

 

I had to do a bit of research on this, but we've addressed this with our new Third Generation editor that we're slowly rolling out by building our templates, and the images in them, to be responsive an adapt to the size of viewing window. As far as other methods, I am unfortunately not familiar with other methods to force outlook to render images at the desired size when DPI scaling is in effect.

 

If you have any follow-up questions, please feel free to ask!

 

Sincerely,

Elijah G.
API Support Engineer
FirstNameL66476
Regular Participant

I still dont see to be resolved. While using the constant contact custom code section, it still removes the <o> tag stuff completely. Any FAST response to the issue?

Hello 

 

Thank you for reaching out to Constant Contact API Developer Support and for your patience. My team is here to assist outside software developers with questions about building into Constant Contact's API.

 

It looks like you've already spoken with our customer support team in greater detail regarding your request, if you have additional questions regarding this issue or haven’t received the follow-up email that was sent, please reach back out to our support team and reference case number 28393651. Your feedback and experience with this request is essential to improving our product, so thank you for reaching out to us regarding this matter.


Regards,

Courtney E.
Tier II API Support Engineer

Did I answer your question?
If so, please mark my post as an "Accepted Solution" by clicking the Accept as Solution button in the bottom right hand corner of this post.
FirstNameL66476
Regular Participant

Nope, I ahave received no follow up email. Can you please share my email ID with them? It is: kmehta attherate zmags dot com

Hello 

 

Thanks for your reply. I have notated case with your updated contact information and requested that the follow-up email be re-sent to the address provided.

 

If you have any further questions please don't hesitate to call our support line at 866-289-2101 and reference case #28393651.


Regards,

Courtney E.
Tier II API Support Engineer

Did I answer your question?
If so, please mark my post as an "Accepted Solution" by clicking the Accept as Solution button in the bottom right hand corner of this post.
Resources
Developer Portal

View API documentation, code samples, get your API key.

Visit Page

Announcements

API Updates

Join our list to be notified of new features and updates to our V3 API.

Sign Up