Skip to content

Commit 4730aba

Browse files
authored
Merge pull request #382 from duhow/reset-password-fix
Fix reset password email HTML
2 parents 83a9f6e + 32968bc commit 4730aba

File tree

1 file changed

+2
-1
lines changed
  • src/upload/application/controllers/home

1 file changed

+2
-1
lines changed

src/upload/application/controllers/home/mail.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ private function sendPassEmail(string $email, string $new_password): bool
165165
[
166166
'mail' => Functions::readConfig('admin_email'),
167167
'name' => $this->game_name,
168-
]
168+
],
169+
'html'
169170
);
170171
}
171172
}

0 commit comments

Comments
 (0)