dotkernel / frontend

DotKernel Frontend Application. Based on Mezzio microframework using Laminas components.
https://v5.dotkernel.net
MIT License
22 stars 5 forks source link

mail.local.dist add log location #288

Closed arhimede closed 2 years ago

arhimede commented 2 years ago

in mail.local.dist please add

// option to log the SENT emails 'log' => [ 'sent' => getcwd() . '/log/mail/sent.log' ],

in frontend, admin, api and dot-mail packages

bidi47 commented 2 years ago

updated in https://github.com/dotkernel/frontend/pull/296 note: above requires review before merge