Closed Txxkirsch closed 1 year ago
I have to add: just changing the configuration only works on mails which don't have an attachment. if there is an attachment you get an ORM-Error because the content is too large.
2023-04-01 00:12:30 error: [PDOException] SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'data' at row 1 in /var/www/html/xdev_vidb4/vendor/cakephp/cakephp/src/Database/Statement/MysqlStatement.php on line 3
Today I tried it again and it works. Dont know what I'm doing differently. But I'm closing the issue since I cant reproduce it.
Hello again,
the following method of queueing mails does not work for me: https://github.com/dereuromark/cakephp-queue/blob/master/docs/sections/tasks/email.md#using-built-in-email-task
I've set my mail-settings like the example and like I'm doing it when I'm mails in the "normal" way but when the mailtask runs I'm getting following error:
I tried many variants of setting the To-field - none of them worked. But if I change my Email-configuration to queue and leave my Mailer it works fine.
Could you please investigate?
Thanks in advance!