Info |
---|
Help is available by sending an email to csf-support@mit.edu |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
Maven dependencyAdd the following dependency to your project's pom.xml.
|
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
Email propertiesYou will have to configure the following in your application properties file:
| ||||||||
Panel | ||||||||
Anchor | | Maven dependency | Maven dependency |
Code Block |
---|
<dependency> <groupId>edu.mit.ist.es.csf</groupId> <artifactId>csf-email</artifactId> <version>[0.0.0,999.999.999)</version> </dependency> |
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Session FactoryIn order to access the hibernate mappings used by the EmailService, you need to add the following property in the sesionFactory bean of your applicationContext:
|
...