Skip to content

Commit

Permalink
Merge pull request #109 from diging/hotfix/CCP-158
Browse files Browse the repository at this point in the history
added email from
  • Loading branch information
jdamerow authored Jul 13, 2016
2 parents 026e1b4 + 572793f commit f7cbec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Conceptpower+Spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
<db.files.path>/Users/jdamerow/Software/Conceptpower/db_files</db.files.path>
<email.username></email.username>
<email.password></email.password>
<email.server.port>25</email.server.port>
<email.server.host>http://example.net/</email.server.host>
<email.server.port></email.server.port>
<email.server.host></email.server.host>
<email.from></email.from>
<admin.username>admin</admin.username>
<admin.password>admin</admin.password>
<wordnet.path>/usr/local/WordNet-3.0</wordnet.path>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- You can have some pre-configured messagess also which are ready to
send -->
<bean id="preConfiguredMessage" class="org.springframework.mail.SimpleMailMessage">
<property name="from" value="email"></property>
<property name="from" value="${email.from}"></property>
</bean>

<util:properties id="messages"
Expand Down

0 comments on commit f7cbec1

Please sign in to comment.