Skip to content

Commit

Permalink
Merge pull request springside#196 from undancer/patch-1
Browse files Browse the repository at this point in the history
Update applicationContext-email.xml
  • Loading branch information
calvin1978 committed May 1, 2013
2 parents d4bb461 + 19a20bc commit f2e9a70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- 配置greenmail simulatore中的默认值 -->
<property name="host" value="localhost" />
<property name="port" value="3025" />
<property name="username" value="greenmail@localhostcom" />
<property name="username" value="greenmail@localhost.com" />
<property name="password" value="greenmail" />
<property name="defaultEncoding" value="UTF-8"/>
<property name="javaMailProperties">
Expand All @@ -63,4 +63,4 @@
<!-- greenmail smtp邮件服务器模拟器 -->
<bean id="greenmail" class="org.springside.modules.test.mail.MailServerSimulator" lazy-init="false"/>
</beans>
</beans>
</beans>

0 comments on commit f2e9a70

Please sign in to comment.