EMail Notifier
Hi,
I am writing my owm plugin and i have configured e-mail notification in team city.
I could see that 'from' value is configured in email-config.xml. Where is 'to' value stored and how can i access the value in my plugin?
Thanks for help.
star
Please sign in to leave a comment.
The 'to' address is generated by server when the server decides who should
be notified. Each notifier in TeamCity implements interface
jetbrains.buildServer.notification.Notificator. In this interface you could
see methods starting with 'notify' prefix. These methods are called by the
server when it decides that it is time to send a notification. Server then
computes message recipients and passes them via arguments to these methods.
Hope this helps.
--
Pavel Sher
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"star123" <misrip@hotmail.com> wrote in message
news:3143781.1192047677662.JavaMail.itn@is.intellij.net...
>
>
>
>