mirror of
https://github.com/flarum/framework.git
synced 2025-02-06 14:07:32 +08:00
Simple forum software for building great communities.
c6b6898caf
This adds an interface for mail drivers to implement, defining several methods that we need throughout Flarum to configure, validate and use the various email drivers we can support through Laravel. More mail drivers can be added by `extend()`ing the container binding "mail.supported_drivers" with an arbitrary key and the name of a class that implements our new `DriverInterface`. This will ensure that drivers added by extensions can be properly built and validated, even in the frontend. |
||
---|---|---|
framework/core |