I have use function attachContent to attach pdf content. And got Data too long for column.
Database: MySql
$cmd = Yii::$app->mailer->compose()->setFrom()->setTo()->setSubject();
$cmd->attachContent($attachContent,["fileName"=>"name.pdf"]);
$cmd->queue();
SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'swift_message' at row 1
For workaround I have change the column swift_message from text to long text.
I have use function attachContent to attach pdf content. And got Data too long for column.
Database: MySql
SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'swift_message' at row 1
For workaround I have change the column swift_message from text to long text.