mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-13 18:40:55 +01:00
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…
x
Reference in New Issue
Block a user