芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/vendor/yiisoft/yii2-debug/src/views/default/panels/mail/_item.php
$model, 'attributes' => [ 'headers', 'from', 'to', 'charset', [ 'attribute' => 'time', 'format' => 'datetime', ], 'subject', [ 'attribute' => 'body', 'label' => 'Text body', ], [ 'attribute' => 'isSuccessful', 'label' => 'Successfully sent', 'value' => $model['isSuccessful'] ? 'Yes' : 'No' ], 'reply', 'bcc', 'cc', [ 'attribute' => 'file', 'format' => 'html', 'value' => Html::a('Download eml', ['download-mail', 'file' => $model['file']]), ], ], ]);