2022-10-19 04:16:14 +02: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 00:06:47 +02:00
|
|
|
factory: SilverStripe\Control\Email\TransportFactory
|
2022-10-19 04:16:14 +02:00
|
|
|
constructor:
|
|
|
|
dsn: 'sendmail://default'
|
|
|
|
dispatcher: '%$Symfony\Component\EventDispatcher\EventDispatcherInterface.mailer'
|