My email server need smtp authentication
how can I set it?
I'm using:
<bean id="mailSender" class="org.springframework.mail.javamail.JavaMailS enderImpl">
<property name="host" value="host.host.com" />
<property name="username" value="user" />
<property name="password" value="passkey" />
</bean>


Reply With Quote