Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 734891d84b142d64e948f7785056879ace147b44)
+++ Jenkinsfile	(revision 31868dae28110fe5b177f7170f13c7fde5505dd0)
@@ -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)
