- Issue created by @mr.pomelov
- Status changed to Postponed: needs info
about 1 year ago 7:10am 18 October 2023 - 🇳🇴Norway hansfn
Thanks for the report. I some how must have missed the notification - sorry.
Your observation is correct, as the error message says, the module tries to insert a too long text string for the "from_mail" column. However, the (proper) fix is to avoid the situation because it's very clear from the error log that there is some wrong with the handling of UTF-8.
- Is it possible to get the error message as plain text, so I can copy the encoded text and see if it is proper UTF-8 or broken?
- The 8.x-1.6 version is no longer supported. I assume the problem is the same for 2.0.0-rc1, but it would be nice to get that confirmed.
- Are you 100% sure that the from address (name) is always the same? It's weird that it just some times can't handle the UTF-8 (Russian) name.
- 🇳🇴Norway hansfn
The only time I managed to send an email without an error was when changing the letter format from Mime Mail to standard PHP
Yeah, that is a good clue. Will use that to try to reproduce.
- Status changed to Fixed
about 1 year ago 9:48pm 19 October 2023 - 🇳🇴Norway hansfn
I was able to reproduce the problem, and I fixed it in commit d519b2a8842795459d6363bc721c2a735dcd5e0a.
You can test it yourself with the dev release → or wait for 2.0.0-rc2.
- 🇷🇺Russia mr.pomelov
Thanks for the feedback, now there is no way to reproduce this error on a working project, I will wait for 2.0.0-rc2 and try to use it in my work
Automatically closed - issue fixed for 2 weeks with no activity.