Hi David,

Thanks a lot for your reply. You have asked us to map SMTP details into 
administration.xml file, but we have already configured them into 
administration.xml file. And still its not working.

My question is, have you ever configured the SMTP server into administration 
file and have you ever been able to run the ForgottenPassword and 
UserRegistration portlets successfully? If so, then can you please send us that 
administration.xml file?

Waiting for the reply.
regards,

Anand


> 
> From: David Sean Taylor <[EMAIL PROTECTED]>
> Date: 2007/04/20 Fri AM 03:19:55 EDT
> To: "Jetspeed Developers List" <[email protected]>
> Subject: Re: How to run Forgotten Password Portlet?
> 
> 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
> 
> 
> 
> 


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

Reply via email to