SuccessChanges

Summary

  1. Adds the fake smtp server and resolves minor bugs (details)
Commit d83fa0145372807d79439df4a755d92ec58df3af by sicofan
Adds the fake smtp server and resolves minor bugs
Fake smtp server is necessary to check the sending of emails from the
wildfly server. The script fake_smtp.sh has been added to automatice the
download and the execution of fakeSMTP-2.0 server. Besides, .jar and
.zip files used by this script have been added to .gitignore. Steps for
use this script have been added to CONTRIBUTING.md. The standalone.xml
has been modified to support the smtp connection. The pom.xml has been
modified to automatice the use of smtp server by testing servers.
Finally, Mail ejb has been modified to reference the mail session
resource created in the standalone.xml. tsk6 completed.
The file was modifiedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java
The file was modified.gitignore
The file was modifiedpom.xml
The file was modifiedadditional-material/wildfly/standalone.xml
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/Mail.java
The file was modifiedCONTRIBUTING.md
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java
The file was addedadditional-material/fake-smtp/fake_smtp.sh