This commit is contained in:
rxu 2025-06-04 14:34:09 +07:00 committed by GitHub
commit a3f6558cf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -365,7 +365,7 @@ class email extends base
$this->set_dsn(); $this->set_dsn();
} }
$this->transport = Transport::fromDsn($this->dsn); $this->transport = Transport::fromDsn($this->dsn, $this->dispatcher);
if ($this->config['smtp_delivery'] && method_exists($this->transport, 'getStream')) if ($this->config['smtp_delivery'] && method_exists($this->transport, 'getStream'))
{ {