Hi,

I am working on Jetspeed-2. If I try to run UserRegistrationPortlet, I get 
error called "SMTP service not available". So, I opened 
webapps/jetspeed/WEB-INF/assembly/administration.xml file. Here I found the tag:

  <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>

Here the host value, I tried to set as localhost and even the actual host name. 
But everytime jetspeed fails to identify the Mailing service.

Do you know how to configure SMTP Mailing service in Jetspeed-2?

Waiting for the early reply.

regards,

Anand



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

Reply via email to