We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6234d46 commit 8433e68Copy full SHA for 8433e68
backend/src/ApiControllers/CommentApiController.php
@@ -211,7 +211,7 @@ protected function sendNotification(array $data): void
211
if ($this->app->conf('smtp_user')) {
212
$mailer->SMTPAuth = true;
213
$mailer->Username = $this->app->conf('smtp_user');
214
- $mailer->Password = $this->app->conf('smtp_password');
+ $mailer->Password = $this->app->conf('smtp_pass');
215
}
216
217
if ((bool)$this->app->conf('smtp_verify') === false) {
0 commit comments