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