Hello Sangamnerkar,

the simple wording of emails is changed by adjusting the email templates 
in [dspace-source]/config/emails.

To change the argument passed to the template you must change
[dspace-source]/org/dspace/eperson/Subscribe.java
in sendEmail change


emailText.append("\n         ID: ").append( 
    HandleManager.getCanonicalForm(hii.handle)).append(
                                 "\n\n");

to

emailText.append("\n         ID: ").append( 
  ConfigurationManager.getProperty("dspace.url")).append(
                                 "/handle/").append(
                                 hii.handle).append(
                                 "\n\n");

This will use the property dspace.url as defined in 
[dspace-source]/config/dspace.cfg to build the ID which is used in the 
subscription email.


hope that helps

Claudia


Sangamnerkar Tushar schrieb:
> Hello
>            We are using dspace 1.3.2 on FC3.0 on our intranet. No handle 
> server is installed.
>   I want to change the Subscription e-mail link address 'hdl.handle.net' to 
> IP address (e.g 128.9.32.4:8080/dspace/handle/24/36478) . Where can i change 
> the configuration of subscription e-mail.
>    
>   Tushar
> 
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to