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