Am facing an exception when sending e-mails in Shopware 6.4.19.0:
(Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'INSERT INTO enqueue (id, published_at, body, headers, properties, priority, queue, redelivered, delivery_id, redeliver_after) ...
...
(PDOException(code: 22007): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\\xF0\\x9F\\x91\\x89 B...' for column `db_21849_01`.`enqueue`.`body` at row 1 at /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
It is thrown for e-mails including emojis. It has not happened with 6.4.18.1.
What might cause it and how to fix it?