From 1fee2bc34906236a7597dc61f770c1bb4248aada Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 2 Sep 2012 14:18:54 -0300 Subject: [PATCH] Disable email notifications. --- wise-webapp/src/main/webapp/WEB-INF/app.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index 4a77d6f0..1a7d7909 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -54,7 +54,7 @@ mail.serverSendEmail=root@localhost mail.supportEmail=root@localhost # Optional: Unexpected errors will be reported to this address. -mail.errorReporterEmail=bug-report@wisemapping.com +mail.errorReporterEmail= ################################################################################## # Users Registration Configuration