[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
No known key found for this signature in database
GPG key ID: 8117904FEDEFDD17

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);
}