Skip to content

Commit 7329f8a

Browse files
authored
Merge pull request #296 from dotkernel/issue-288
updated mail.local.php.dist
2 parents 6981f3e + d28dec6 commit 7329f8a

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

config/autoload/mail.local.php.dist

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,16 @@ return [
121121

122122
//listeners to register with the mail service, for mail events
123123
'event_listeners' => [
124-
// [
125-
// 'type' => 'service or class name',
126-
// 'priority' => 1
127-
// ],
124+
//[
125+
//'type' => 'service or class name',
126+
//'priority' => 1
127+
//],
128128
],
129129
],
130+
// option to log the SENT emails
131+
'log' => [
132+
'sent' => getcwd() . '/log/mail/sent.log'
133+
],
130134

131135
/**
132136
* You can define other mail services here, with the same structure as the default block

0 commit comments

Comments
 (0)