[Dspace-tech] multiple recipients on registration.notify dspace.cfg

2010-09-07 Thread Pedro Sebastián
Can I use multiple recipients on registration.notify key in dspace.cfg file? I've tried the following: /# Recipient for new user registration emails registration.notify = addre...@domain.com, addre...@domain.com/ but it does not work. Is it impossible? Thanks.

Re: [Dspace-tech] multiple recipients on registration.notify dspace.cfg

2010-09-07 Thread helix84
2010/9/7 Pedro Sebastián pse...@ubu.es: # Recipient for new user registration emails registration.notify = addre...@domain.com, addre...@domain.com That won't work. You'll either have to solve this using your mail server (mail forwarding) or modify the dspace source, take a look around line 107

Re: [Dspace-tech] multiple recipients on registration.notify dspace.cfg

2010-09-07 Thread Hilton Gibson
Hi Pedro If your Dspace runs on Liunux/Ubuntu box then use Postfix aliases. You send emails to a local address for example dspace_...@localhost. You create the local account. Then in /etc/aliases you add the following dspace_ reg: /addre...@domain.com, addre...@domain.com Just research the use