mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Update new mail queue function to use the proper mail from name and mail from email
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user