Email Notifications - ability to configure?
In TeamCity - is it possible to send email notification of successful/failed jobs to (1) any specified email address, (2) multiple users, (3) a group distribution list.
Also, is it possible to configure the emails that are sent to include any other information you may want to have?
Please sign in to leave a comment.
Hi!
Sorry for the delay in reply.
Currently, TeamCity sends notifications only to individual users, so the only way to send a notification to a specified address or a distribution list is to create a "fake" user with the address specified.
We have a feature request for this, please watch/vote for http://jetbrains.net/tracker/issue/TW-3737
Actually, notifications in TeamCity can be quite personalized: if a user subscribes only to "builds with my changes" notifications, only the notifications affecting the user's commits are sent.
Could you please describe a bit why do you need multiple-users notifications?
The notification templates can be customized, please refer to the corresponding documentation section. Also, TeamCity plugins can provide additional information that can be used in the templates.
--
Best regards,
Yegor Yarko
Project Manager
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Yegor,
I reuse this thread since it is releated to my question...
Is it somehow possible to send HTML emails from a custom server-side plugin? Let's say that I would like to send a status report from a scheduled task every week. I see that the notification templates can be customized, but they are bound to a particular notificators and neither MessageSender helps since it sends the email body as a plain string only.
Thanks in advance,
- Jan