From 5ee8d22b23089102401e1948bed1e87c4481728c Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 19 Mar 2012 23:37:56 -0300 Subject: [PATCH] Sample account. --- 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 60ca9867..ef1e9b55 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -47,7 +47,7 @@ database.password= mail.smtp.socketFactory.port=587 mail.smtp.auth = true mail.host=smtp.gmail.com -mail.user=pveiga@wisemapping.com +mail.user=example@gmail.com mail.password= mail.smtp.starttls.enable=true