mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:38:08 +08:00
fix: sendmail
driver fails (#4168)
This commit is contained in:
parent
cf7ef48906
commit
76d8ea505e
@ -35,6 +35,6 @@ class SendmailDriver implements DriverInterface
|
|||||||
|
|
||||||
public function buildTransport(SettingsRepositoryInterface $settings): TransportInterface
|
public function buildTransport(SettingsRepositoryInterface $settings): TransportInterface
|
||||||
{
|
{
|
||||||
return (new SendmailTransportFactory())->create(new Dsn('', 'sendmail'));
|
return (new SendmailTransportFactory())->create(new Dsn('sendmail', 'default'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user