Skip to content

Commit

Permalink
removed useless lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiuBota1 committed Nov 19, 2024
1 parent 263ce6b commit 086c855
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions config/mail.global.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ return [
* defaults to sendmail
**/

'transport' => Symfony\Component\Mailer\Transport\Smtp\SmtpTransport::class,
'transport' => Symfony\Component\Mailer\Transport\SendmailTransport::class,

//message configuration
'message_options' => [
Expand Down Expand Up @@ -99,14 +99,6 @@ return [
'ssl' => 'tls',
]
],

//listeners to register with the mail service, for mail events
'event_listeners' => [
//[
//'type' => 'service or class name',
//'priority' => 1
//],
],
],
// option to log the SENT emails
'log' => [
Expand Down

0 comments on commit 086c855

Please sign in to comment.