-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
概要
メール送信テストについてこちらで実装されている箇所について
/plugins/baser-core/src/Controller/Api/Admin/SiteConfigsController.php
check_sendmail()
} catch (\Throwable $e) {
$this->setResponse($this->response->withStatus(401));
$message = __d('baser_core', 'ログを確認してください。');
}
エラーがあったときのエラー出力がなく原因が調べるのが困難でした。
エラー出力を追加いただくか、以下のようにエラー理由も一緒に出力してほしいです。
$message = __d('baser_core', 'ログを確認してください。' . $e->getMessage());
備考
フォーラム( https://forum.basercms.net/t/topic/1580 )より
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels