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