Coder Social home page Coder Social logo

Comments (7)

nep avatar nep commented on June 6, 2024

Old time emails used to sometimes be set to "quoted-printable" encoded -- among other things, they'd get an automatic line break every 75-ish characters and an = sign. I don't know why Office365 is requiring this... but.

There is a config override for this:
https://docs.expressionengine.com/latest/general/system-configuration-overrides.html#email_crlf

So you don't have to edit Core, you just have to set your config differently to handle the demands of your email setup.

from expressionengine.

jelle-burodeng avatar jelle-burodeng commented on June 6, 2024

Well... the config override for that is not working in my case.. The setting is selected both in the cp settings, as well as in the config but it's not working. After i edited the core if works as it should

from expressionengine.

intoeetive avatar intoeetive commented on June 6, 2024

@jelle-burodeng are you using an add-on to send email, or you also have the issue when sending from EE Control Panel via Communicate tool?

From what I can tell, the email_crlf config override should work, but the code needs to call ee()->email->EE_initialize() and not just initialize - could the add-on be skipping that? Also it's required to use double quotes for the config value

from expressionengine.

jelle-burodeng avatar jelle-burodeng commented on June 6, 2024

We send emails through Freeform 3.0.5 and cartthrob 8.1. And for testing i sent a bunch through the native communicate form too.
I tried the config override too, but that seemed to have no effect.

from expressionengine.

intoeetive avatar intoeetive commented on June 6, 2024

@jelle-burodeng does it work if you also set email_newline config override to save value?

So two config overrides both pointing to "\r\n"

from expressionengine.

jelle-burodeng avatar jelle-burodeng commented on June 6, 2024

I can't test that at this moment...

from expressionengine.

dougblackjr avatar dougblackjr commented on June 6, 2024

Didn't realize this issue was here, experiencing the same thing. Looks related to line length and Microsoft's extended charset.

Slack thread here: https://eecms.slack.com/archives/C04CUNNR9/p1717090238390409

from expressionengine.

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.