Files
2025-09-29 00:52:08 +02:00

18 lines
777 B
XML
Executable File

<!-- WARNING: Consult Michael Mattes (michael.mattes@rockstarsandiego.com) before using these Smtp Email Server settings anywhere else. -->
<email xmlns:cb="urn:ccnet.config.builder"
from="ragebuilds@rockstarsandiego.com"
mailhost="rsgsanexg1.rockstar.t2.corp"
mailhostUsername="svcrsgsanscriptmaile"
mailhostPassword="WhatOfIt?"
includeDetails="true">
<users>
<user name="tools_changes" group="tools_change" address="$(rage_tools_minor_email)" />
<user name="tools_fails" group="tools_fails" address="$(rage_tools_minor_email)" />
&buildMasters;
</users>
<groups>
<group name="buildmaster" notification="always"/>
<group name="tools_change" notification="change"/>
<group name="tools_fails" notification="failed"/>
</groups>
</email>