Update new mail queue function to use the proper mail from name and mail from email

This commit is contained in:
johnnyq
2023-12-21 01:37:21 -05:00
parent cdaca0e06b
commit e8a53cbd6a
10 changed files with 60 additions and 4 deletions

View File

@@ -158,6 +158,8 @@ if (isset($_POST['test_email_smtp'])) {
$data = [
[
'from' => $email_from,
'from_name' => $email_from,
'recipient' => $email_to,
'recipient_name' => 'Chap',
'subject' => $subject,