Ines Willenbrock
Ines Willenbrock
May I suggest something technical and perhaps practical? Might it be a good Idea to deactivate the Admin-Module per default and move it completely to the other extension? Or catch...
I can confirm this for news 11.0.0. and TYPO3 11.5.26 with PHP >=8.0, it seems to work fine on TYPO3 11.5.26 with PHP 7.4 legacy/non-composer install without ddev
@SSFGizmo yes, the HTML Version has the boundaries, only type=99 seems to have problems.
The correct plain text template-file is used, but includes only the static content and the date if one sends the mail. The HTML Mail includes the content of the newsletter-page.
@kartolo I just tested the latest develop branch, even rebuilt the PHP autoload information: nothing changed. It still warns that plaintext does not contain any direct mail boundaries and sends...
It seems like direct_mail 9.2.2 sends plain-text mails - the plain-text testmail contains the content of the newsletter-page. I did not check other versions.
Hi @claude27, welcome to the wired world of HTML mails and mail clients :) Other clients would block remote images, I believe one extreme is gmail: with a non-google account...
Thank you for working on it. Would you appreciate another set of eyes having a look? I use only parts of it - but maybe I could help a bit...
rteEnabled = false puts the data nearly completely untransformed into the database - nearly: if there are Windows-Newlines (\r\n), they (might?) get converted to Unix-Newlines (\n) rteEnabled = true seems...
Edit of the previous one: rteEnabled works just fine -- if you don't use the bootstrap_package. Longer explanation: the default RTE brings its own configuration, that is overwritten if you...