Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Have Perforce mail an arbitrary email address upon submit?

Tags:

perforce

With perforce, a user can get email notifications of changes to a particular file or directory by specifying it in the Reviews field of the user record (more details in the Perforce documentation).

However, I would like to have email notifications sent to a team mailing list, which is of course not a perforce user. One kludgy way of accomplishing this would be to have a team member put the mailing list in for his email address, while another would be to create a user account for the mailing list (would this require another license?). Surely there has to be better way, though.

like image 593
Nick Avatar asked Oct 14 '22 08:10

Nick


1 Answers

If you would like to use a user review field, you are entitled to a free "background user" license that might fit your needs (this way, none of your "real" users would need to change their email address):

A "background user" is a Perforce user account that is used solely for automated tasks, such as triggers and daemons. Perforce customers with current licenses can have an additional user added to their license file, free of charge, on request. Contact Perforce support for more information.

Or, you could look into doing what you need with some sort of p4 trigger.

like image 156
raven Avatar answered Oct 18 '22 10:10

raven