Commit 54f890209ae77e226a8f7741a01d32fd185d7f8d:
    Start trying to use notifications list


Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>

------------------------------------------------------------
www/roster/public_json_common.rb                             | ++++ --
------------------------------------------------------------
6 changes: 4 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/roster/public_json_common.rb b/www/roster/public_json_common.rb
index f78c626..355d3e8 100644
--- a/www/roster/public_json_common.rb
+++ b/www/roster/public_json_common.rb
@@ -86,8 +86,10 @@ def write_output(file, results)
           ASF::Mail.configure
           ldaphost = ASF::LDAP.host()
           mail = Mail.new do
-            from ENV['MAIL_FROM'] || '[email protected]'
-            to '[email protected]' # For testing purposes, will be changed to 
[email protected]
+            from ENV['MAIL_FROM'] || '[email protected]'
+            to '[email protected]'
+            cc '[email protected]' # Until notifications is working OK
+            reply_to '[email protected]'
             subject "Difference(s) in #{file}"
             if ldaphost
               body "\n#{ldaphost}\n\n#{out}\n"

Reply via email to