feat: add SMTP configuration
This commit is contained in:
parent
46bc60351c
commit
1238b56935
5 changed files with 33 additions and 3 deletions
legacyworlds-server/legacyworlds-server-beans/legacyworlds-server-beans-mailer/src/main/resources/configuration
|
@ -5,8 +5,5 @@
|
|||
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
|
||||
|
||||
<import resource="mailer/mailer-bean.xml" />
|
||||
<bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl">
|
||||
<property name="host" value="127.0.0.1" />
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue