8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a2b16 commit ba1ee38Copy full SHA for ba1ee38
DependencyInjection/Configuration.php
@@ -833,7 +833,7 @@ public function getConfigTreeBuilder()
833
->end()
834
->validate()
835
->ifTrue(function ($v) { return 'symfony_mailer' === $v['type'] && empty($v['email_prototype']) && (empty($v['from_email']) || empty($v['to_email']) || empty($v['subject'])); })
836
- ->thenInvalid('The sender, recipient and subject or an email prototype have to be specified to use a MailerHandler')
+ ->thenInvalid('The sender, recipient and subject or an email prototype have to be specified to use the Symfony MailerHandler')
837
838
839
->ifTrue(function ($v) { return 'service' === $v['type'] && !isset($v['id']); })
0 commit comments