diff --git a/mindplot/pom.xml b/mindplot/pom.xml index a5495371..8176743d 100644 --- a/mindplot/pom.xml +++ b/mindplot/pom.xml @@ -148,6 +148,7 @@ + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/wise-editor/src/main/webapp/html/editor.html b/wise-editor/src/main/webapp/html/editor.html index 89b9c44b..2f546168 100644 --- a/wise-editor/src/main/webapp/html/editor.html +++ b/wise-editor/src/main/webapp/html/editor.html @@ -47,75 +47,75 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/wise-editor/src/main/webapp/html/embedded.html b/wise-editor/src/main/webapp/html/embedded.html index b29e229e..425863c3 100644 --- a/wise-editor/src/main/webapp/html/embedded.html +++ b/wise-editor/src/main/webapp/html/embedded.html @@ -57,72 +57,72 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/wise-webapp/doc/Configuration.md b/wise-webapp/doc/Configuration.md index e69de29b..358dcf39 100644 --- a/wise-webapp/doc/Configuration.md +++ b/wise-webapp/doc/Configuration.md @@ -0,0 +1 @@ +# SMTP Server Configurat diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index d7c00098..6cd58562 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -21,15 +21,40 @@ database.password= # Mail configuration. Must be configured to enable user registration confirmation. ################################################################################## -# SSL configuration -# mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory -mail.smtp.socketFactory.class=javax.net.DefaultSocketFactory -mail.smtp.socketFactory.port=25 +#------------------------ +# Plain SMTP Server Configuration +#------------------------ +#mail.smtp.socketFactory.class=javax.net.DefaultSocketFactory +#mail.smtp.socketFactory.port=25 +#mail.smtp.auth = false +#mail.host=localhost +#mail.user= +#mail.password= + +#------------------------ +# SSL SMTP Server Configuration +#------------------------ +# mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory +#mail.smtp.socketFactory.port=465 +#mail.smtp.auth = false +#mail.host=localhost +#mail.user= +#mail.password= + +#------------------------ +# GMAIL SMTP Configuration +#------------------------ +mail.smtp.socketFactory.port=587 +mail.smtp.auth = true +mail.host=smtp.gmail.com +mail.user=pveiga@wisemapping.com +mail.password=p0w3rwdff +mail.smtp.starttls.enable=true + +#------------------------ +# Domain address +#------------------------ -mail.smtp.auth = false -mail.host=localhost -mail.user= -mail.password= mail.registrationEmail=root@localhost mail.siteEmail=root@localhost diff --git a/wise-webapp/src/main/webapp/WEB-INF/wisemapping-service.xml b/wise-webapp/src/main/webapp/WEB-INF/wisemapping-service.xml index a93e24e2..637874e0 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/wisemapping-service.xml +++ b/wise-webapp/src/main/webapp/WEB-INF/wisemapping-service.xml @@ -54,7 +54,7 @@ false false true - + ${mail.smtp.starttls.enable}