10 Jul
2024
10 Jul
'24
10:36 a.m.
Thank you Mark!
I think I tracked down the related django error for that message. mailmanweb.log says
MySQLdb.OperationalError: (1366, "Incorrect string value: '\\xF0\\x9F\\x98\\x8A. ...' for column mailmanweb
.hyperkitty_email
.content
at row 1")
but collation is utf8mb4_general_ci on the table.
Do I need to maybe specify it in settings file?