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

@@ -397,6 +397,8 @@ if (isset($_GET['email_quote'])) {
// Queue Mail
$data = [
[
'from' => $config_quote_from_email,
'from_name' => $config_quote_from_name,
'recipient' => $contact_email_escaped,
'recipient_name' => $contact_name_escaped,
'subject' => $subject,