Hi Eric, the easiest way would probably be to implement a workflow operation handler that is part of your workflow and takes an e-mail address (or a few of them) as well as smtp server details (server, port, login, password) as the configuration.
Inside the workflow operation handler, you have access to the media package that is being processed, which should allow you to create and send an e-mail containing the final link to the video page. I am sure that this is functionality that many people would welcome, so putting it into JIRA and communicating well might get you some help. For information on how to write a workflow operation handler see [1]. Tobias [1] http://opencast.jira.com/wiki/display/MH/Create+a+Custom+Workflow+Operation+Handler On 11.08.2011, at 12:28, Eric Shek wrote: > Dear all, > > I am back to the development of Matterhorn in my university. I would like to > add a new function to the Matterhorn. During the distribution of video, I > would like the server to send an automatic email to the presenter which > contains a link of the video or the engage player. However, after reading the > wiki, I don't know how to start. Can anyone give me some guide and hints? > > Best Regards, > Eric Shek > > _______________________________________________ > Matterhorn-users mailing list > [email protected] > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
