Hi fmourioux,
try this in your appcontext:
<bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl">
<property name="host"><value>smtp.mail.org</value></property>...
Type: Posts; User: chrisp; Keyword(s):
Hi fmourioux,
try this in your appcontext:
<bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl">
<property name="host"><value>smtp.mail.org</value></property>...