Commit 8b421732 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Add a flag in the properties to define if mail was ever setup.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1654 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8c30d32e
......@@ -59,6 +59,8 @@
service.setSSLEnabled(ssl);
if (errors.size() == 0) {
// Set property to specify email is configured
JiveGlobals.setProperty("mail.configured", "true");
response.sendRedirect("system-email.jsp?success=true");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment