We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fecf4a commit b47ba69Copy full SHA for b47ba69
app/Http/Controllers/AdminController.php
@@ -107,7 +107,7 @@ public function SendTestMail(Request $request)
107
108
return redirect()->route('showConfig')->with('success', 'Test email sent successfully!');
109
} catch (\Exception $e) {
110
- 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.');
111
}
112
113
0 commit comments