with('error', 'SMTP configuration is incomplete. Email sending feature is not work right now.'); } } else { return back()->with('error', 'SMTP is not set as the mailer. Please check your configuration.'); } return $next($request); } }