Coder Social home page Coder Social logo

Comments (4)

peterc avatar peterc commented on June 18, 2024

The plot thickens. If I send the very same email through Postmark instead of Sendgrid, no message clipped message. The bodies have identical code (almost - Postmark puts a different MIME part separator on and changes the charset on the MIME type for some reason, but these shouldn't affect clipping).

from email-bugs.

peterc avatar peterc commented on June 18, 2024

OK I might have resolved it. A slightly odd one this. In the last line of our email we were using a "middle dot" Unicode character in our street address. Removing this character has removed the issue from Gmail. Postmark's change to the character encoding changed how this character was encoded in quoted-printable from =B7 to =C2=B7. This one change appears to resolve the problem.

In short, I think Gmail's clipping can be triggered by specific Unicode characters..(?)

from email-bugs.

revelt avatar revelt commented on June 18, 2024

In short, I think Gmail's clipping can be triggered by specific Unicode characters..(?)

yeah, it's been observed #41 (comment) — btw you can use https://detergent.io (from yours truly) to encode any text that's pasted into the HTML template, it also removes invisible characters and fixes English style

from email-bugs.

peterc avatar peterc commented on June 18, 2024

Ah thanks @revelt! I did search before but failed to dig into that one. Closing this as it doesn't appear to be an entirely new issue, although it did not exist for this particular email (which is 7+ years old) even two weeks ago.. yet does now. Maybe the range of characters triggering this problem has shfited in some small way or SendGrid is automatically tweaking the email in some new way (since it is not a problem with Postmark).

from email-bugs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.