- πΊπΈUnited States tr Cascadia
This is what I have been using in composer.json:
"require": { "drupal/mailsystem": "^4.2", "pear/pear-core-minimal": "^v1.10.10", "pear/pear_exception": "^1.0.1", "pear/mail_mime": "^1.10.9", "forked/mail_mime-decode": "^v1.5.6.4" }
But as you can see this is a poor solution, relying on a forked version of mail_mime-decode and using obsolete and unsupported Pear packages.
This issue is one of the reasons I put forth the proposal in π± The future of the HTML Mail module Needs review . Please read and comment on that issue!