Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 734891d84b142d64e948f7785056879ace147b44)
+++ Jenkinsfile	(revision 14ce3392368c28f84d3e10baa5f72c190eeaff1e)
@@ -68,5 +68,5 @@
 	finally {
 		//Send email with final results if this is not a full build
-		if( (!do_sendemail) && (!bIsSandbox) ) {
+		if( do_sendemail && !bIsSandbox ) {
 			echo 'Notifying users of result'
 			email(currentBuild.result, log_needed)
