1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

[ticket/17489] Do not always set use_queue flag to true

PHPBB-17489
This commit is contained in:
rxu
2025-04-03 16:03:33 +07:00
parent 1f1a02d086
commit 7467b567e8

View File

@@ -105,7 +105,7 @@ class email extends base
$this->mail_priority = symfony_email::PRIORITY_NORMAL;
$this->additional_headers = [];
$this->use_queue = true;
$this->set_use_queue();
unset($this->template, $this->reply_to, $this->from);
}