feat: add SMTP configuration

This commit is contained in:
Emmanuel BENOîT 2025-01-04 13:06:16 +01:00
parent 46bc60351c
commit 1238b56935
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
5 changed files with 33 additions and 3 deletions
legacyworlds-server/legacyworlds-server-beans/legacyworlds-server-beans-mailer/src/main/resources/configuration

View file

@ -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>