- Issue created by @rex.barkdoll
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
If this is a regression, you could use
git bisect
to figure out what commit broke it. That would be very helpful in tracking down the cause. - πΊπΈUnited States rex.barkdoll
I finally had more time to dig into this. It turns out that this was a MimeMail issue instead of a Webform issue. It looks like the only part Webform could have played was in creating an email that was longer than some MimeMail limit and then MimeMail would encode the email automatically, even if it wasn't set as the formatter or sender in the Mail System settings.
I fixed the issue by disabling MimeMail and Installing the Symfony Mailer module β . This HTML formats emails out of the box and doesn't seem to have the same encoding issue.
I'm still not really sure what MimeMail's issue was, I assume there was something they implemented at some point that caused the issue, but at least it's not Webform's fault.
Thank you again Liam for your suggestion.
- Status changed to Fixed
11 months ago 10:06pm 4 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.