1
0
mirror of https://github.com/flarum/core.git synced 2025-10-18 10:16:09 +02:00
Files
php-flarum/src/Foundation
Franz Liedke 46acfb6c23 Implement mail driver classes (#1169)
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.
2019-03-13 21:31:19 +01:00
..
2018-06-30 12:31:12 +09:30
2018-02-10 12:09:35 +10:30
2018-12-06 00:47:38 +01:00
2018-02-10 12:09:35 +10:30
2018-11-11 23:52:47 +01:00