You will need to configure a mail server, and then set your Spring configuration to that mail server in administration.xml, mailSender bean:

<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>
      <property name="javaMailProperties">
          <props>
              <prop key="mail.smtp.auth">false</prop>
          </props>
      </property>
  </bean>


On Apr 20, 2007, at 6:51 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote:

Hi,

I have installed Jetspeed-2. I called its welcome page i.e. http:// localhost:8080/jetspeed/portal.

Here I see "Forgotten Password" portlet. If I submit the valid email address and click on its "Request New Password" button then it displays me the following error:

[Failed to send forgotten password email to user with email address because Mail server connection failed; nested exception is javax.mail.NoSuchProviderException: smtp]

Can somebody tell me how to run Forgotten Password Portlet?

Waiting for the reply.
regards,

Anand



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



--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194


Reply via email to