We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6981f3e + d28dec6 commit 7329f8aCopy full SHA for 7329f8a
1 file changed
config/autoload/mail.local.php.dist
@@ -121,12 +121,16 @@ return [
121
122
//listeners to register with the mail service, for mail events
123
'event_listeners' => [
124
-// [
125
-// 'type' => 'service or class name',
126
-// 'priority' => 1
127
-// ],
+ //[
+ //'type' => 'service or class name',
+ //'priority' => 1
+ //],
128
],
129
130
+ // option to log the SENT emails
131
+ 'log' => [
132
+ 'sent' => getcwd() . '/log/mail/sent.log'
133
+ ],
134
135
/**
136
* You can define other mail services here, with the same structure as the default block
0 commit comments