Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision bb5a0bb90aed3beb8c50351568e37ada1d6c3015)
+++ Jenkinsfile	(revision 71b7843ad1773742c441c0e22d250b05f3460838)
@@ -38,5 +38,6 @@
 	Check console output at ${env.BUILD_URL} to view the results."""
 
-	def email_to = 'tdelisle@uwaterloo.ca'
+	def config = new File('/u/cforall/software/cfa/cfa-cc/config').text
+	def email_to = (config =~ /mailinglist ?= ?(.+)/)[0][1]
 
 	//send email notification
