Send mail when done
diff --git a/org.eclipse.e4.builder/scripts/masterBuild.sh b/org.eclipse.e4.builder/scripts/masterBuild.sh
index 22c9927..eb56cfb 100755
--- a/org.eclipse.e4.builder/scripts/masterBuild.sh
+++ b/org.eclipse.e4.builder/scripts/masterBuild.sh
@@ -400,7 +400,7 @@
     scp -r $buildResults "$publishDir"
     rsync --recursive --delete ${targetDir}/updates/0.11-I-builds \
       "${publishUpdates}"
-    #sendMail
+    sendMail
     sleep 60
     wget -O index.txt http://download.eclipse.org/e4/downloads/createIndex.php
     scp index.txt "$publishIndex"/index.html
diff --git a/org.eclipse.e4.builder/scripts/publish.sh b/org.eclipse.e4.builder/scripts/publish.sh
index 094c099..c4107a6 100755
--- a/org.eclipse.e4.builder/scripts/publish.sh
+++ b/org.eclipse.e4.builder/scripts/publish.sh
@@ -68,12 +68,12 @@
 
 echo Done $buildId
 
-#    mailx -s "4.1 short SDK Build: $buildId" e4-dev@eclipse.org <<EOF
-#
-#The 4.1 SDK build:
-#http://download.eclipse.org/e4/sdk/drops/$buildId
-#
-#EOF
+    mailx -s "4.1 short SDK Build: $buildId" e4-dev@eclipse.org <<EOF
+
+The 4.1 SDK build:
+http://download.eclipse.org/e4/sdk/drops/$buildId
+
+EOF
 
 }
 
diff --git a/org.eclipse.e4.builder/scripts/publishLong.sh b/org.eclipse.e4.builder/scripts/publishLong.sh
index d5c18ea..3ee602d 100755
--- a/org.eclipse.e4.builder/scripts/publishLong.sh
+++ b/org.eclipse.e4.builder/scripts/publishLong.sh
@@ -68,12 +68,12 @@
 
 echo Done $buildId
 
-#    mailx -s "4.1 SDK Build: $buildId" e4-dev@eclipse.org <<EOF
-#
-#The 4.1 SDK build:
-#http://download.eclipse.org/e4/sdk/drops/$buildId
-#
-#EOF
+    mailx -s "4.1 SDK Build: $buildId" e4-dev@eclipse.org <<EOF
+
+The 4.1 SDK build:
+http://download.eclipse.org/e4/sdk/drops/$buildId
+
+EOF
 
 }