Bug Fixes
- Fixed loging method in CommonmailController - Fixed mail config file - Fixed attachment variable initalization in MailController - Fixed sendEmail() method in PhpMailController passing empty array as default value for $template_variables - Fixed Bugsnag reported issue for sendmail() which is happening for reports
This commit is contained in:

committed by
Manish Verma

parent
426a285431
commit
e9650156bb
@@ -15,7 +15,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'driver' => env('MAIL', 'smtp'),
|
||||
'driver' =>env('MAIL_DRIVER', 'smtp'),
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| SMTP Host Address
|
||||
|
Reference in New Issue
Block a user