Update AdminController.php
This commit is contained in:
parent
3fecf4a875
commit
b47ba6959d
|
@ -107,7 +107,7 @@ public function SendTestMail(Request $request)
|
|||
|
||||
return redirect()->route('showConfig')->with('success', 'Test email sent successfully!');
|
||||
} catch (\Exception $e) {
|
||||
return redirect()->route('showConfig')->with('fail', 'Failed to send test email. Please try again later.');
|
||||
return redirect()->route('showConfig')->with('fail', 'Failed to send test email.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue