Dynamic notifications

Is it possible to send notification to user that started the build?

I would like to have some users who always get notification ("project manager"/"admin" types), but also the person who happened to start the build should also get success/failure notification.

Hi Andrej,

This isn’t currently possible in FinalBuilder Server, though you should be able to use the ‘FBSERVERSTARTEDBY’ variable in FinalBuilder to send notifications using the ‘Send Email’ action. The variable is set to the name of the user who started the build from the web interface.

Regards,
Paul.

That is a good start.

But can you suggest how to get that user's email registered in FBServer? Or at least the email registered in domain controller? And how to send the same content as is send by FBServer itself (from global templates)?