Update from name and email in other areas as well

This commit is contained in:
johnnyq
2023-12-21 01:47:24 -05:00
parent e8a53cbd6a
commit 957bbc5f55
4 changed files with 12 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ if (isset($_POST['add_user'])) {
$data = [
[
'from' => $config_mail_from_email,
'from_name' => $config_mail_from_name,
'recipient' => $email,
'recipient_name' => $name,
'subject' => $subject,