2022-10-19 15:16:14 +13:00
|
|
|
---
|
|
|
|
Name: mailer
|
|
|
|
---
|
|
|
|
SilverStripe\Core\Injector\Injector:
|
|
|
|
Symfony\Component\Mailer\MailerInterface:
|
|
|
|
class: Symfony\Component\Mailer\Mailer
|
|
|
|
constructor:
|
|
|
|
transport: '%$Symfony\Component\Mailer\Transport\TransportInterface'
|
|
|
|
Symfony\Component\EventDispatcher\EventDispatcherInterface.mailer:
|
|
|
|
class: Symfony\Component\EventDispatcher\EventDispatcher
|
|
|
|
calls:
|
|
|
|
- [addSubscriber, ['%$SilverStripe\Control\Email\MailerSubscriber']]
|
|
|
|
Symfony\Component\Mailer\Transport\TransportInterface:
|
2023-08-01 10:06:47 +12:00
|
|
|
factory: SilverStripe\Control\Email\TransportFactory
|
2022-10-19 15:16:14 +13:00
|
|
|
constructor:
|
|
|
|
dsn: 'sendmail://default'
|
|
|
|
dispatcher: '%$Symfony\Component\EventDispatcher\EventDispatcherInterface.mailer'
|