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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user