@@ -58,15 +58,16 @@ public function handle()
5858 ['Username ' , $ this ->config ->get ("database.connections. $ driver.username " )],
5959 ], 'compact ' );
6060
61+ // TODO: Update this to handle other mail drivers
6162 $ this ->output ->title ('Email Configuration ' );
6263 $ this ->table ([], [
63- ['Driver ' , $ this ->config ->get ('mail.driver ' )],
64- ['Host ' , $ this ->config ->get ('mail.host ' )],
65- ['Port ' , $ this ->config ->get ('mail.port ' )],
66- ['Username ' , $ this ->config ->get ('mail.username ' )],
64+ ['Driver ' , $ this ->config ->get ('mail.default ' )],
65+ ['Host ' , $ this ->config ->get ('mail.mailers.smtp. host ' )],
66+ ['Port ' , $ this ->config ->get ('mail.mailers.smtp. port ' )],
67+ ['Username ' , $ this ->config ->get ('mail.mailers.smtp. username ' )],
6768 ['From Address ' , $ this ->config ->get ('mail.from.address ' )],
6869 ['From Name ' , $ this ->config ->get ('mail.from.name ' )],
69- ['Encryption ' , $ this ->config ->get ('mail.encryption ' )],
70+ ['Encryption ' , $ this ->config ->get ('mail.mailers.smtp. encryption ' )],
7071 ], 'compact ' );
7172 }
7273
0 commit comments