[EP-tech] email to editor immediately after deposit
Enio Carboni
enio.carboni at gmail.com
Fri Mar 11 10:41:47 GMT 2016
I think you should try a trigger like this:
$c->add_trigger( EP_TRIGGER_STATUS_CHANGE, sub {
my %params = @_;
my $eprints=$params->{dataobj};
my $old_status=$params->{old_status};
my $new_status=$params->{new_status};
...
...
return EP_TRIGGER_OK;
}
Enio
Il 11/03/2016 10:34, Roth-Steiner, Roland ha scritto:
> Hi all,
>
> how can I configure an archive to send an Email to the appropriate editor(s) immediately after deposit?
>
> Thanks
>
> .......................................
> Roland Roth-Steiner
> M.Sc. Wirtsch.-Inf., Dipl.-Bibl.
> . Univ.- und Landesbibliothek
> ... Elektronische Informationsdienste
> ... Leitung Digitalisierungszentrum
> . Magdalenenstr. 8, 64289 Darmstadt
> +49 (0)6151 16-76280
> .......................................
>
> *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> *** Archive: http://www.eprints.org/tech.php/
> *** EPrints community wiki: http://wiki.eprints.org/
> *** EPrints developers Forum: http://forum.eprints.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20160311/3d36626f/attachment.html
More information about the Eprints-tech
mailing list