Pham Tuan Minh wrote:
Hi,
After user register successfully, a email is sent to user.
But I don't receive any email after I register successfully.
What is the wrong ? I have n't found any document about the problem yet.
Please, help me. Thanks.

The email sender component is configured in the Spring configuration file : adminstration.xml

<bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl">
    <property name="host"><value>localhost</value></property>
    <property name="username"><value></value></property>
    <property name="password"><value></value></property>
  </bean>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to