4

Is it possible setup TeamCity e-mail notifications to VCS users which doesn't registered in TeamCity?

VCS user name is a first part of e-mail: vasily.pupkin -> vasily.pupkin@company.com

Jenkins has settings for this case: 'Default user e-mail suffix'. May be TC has similar settings?

What I do not want to do:

  • force all users to create account
  • create all accounts manually as admin
  • setup LDAP synchronization now (I need quick, temporary solution)
Sergey Azarkevich
  • 2,641
  • 2
  • 22
  • 38
  • 1
    We have a related issue in our tracker https://youtrack.jetbrains.com/issue/TW-3737, please vote for it. Current workaround (as described below) is to create a mailing list on your mail server, and register it as additional TeamCity account. – Alina Mishina Sep 30 '14 at 08:50
  • Thanks. Seems it is OK as temporary solution. – Sergey Azarkevich Sep 30 '14 at 09:36

1 Answers1

3

If possible, you could create a TeamCity user with an email address that is a distribution list. Then you maintain that distribution list outside of TeamCity. In this way you can configure e-mail notifications for this user and it will be sent to the distribution list.

Hope this helps!

Daniel Lidström
  • 9,930
  • 1
  • 27
  • 35