]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-all
change how email is sent
[wxWidgets.git] / wxPython / distrib / all / build-all
index 7c75c891117eda222cc7147381c32e13bc38dce3..b284ddd1edd3dc19cb926ebf8917affcd07c6ab2 100755 (executable)
@@ -345,7 +345,15 @@ if [ $KIND = daily ]; then
     # only N days worth
 
     # TODO:  Send email to wxPython-dev?
-    cat <<EOF  | mail -s "New test build uploaded" robin@alldunn.com
+    DATE=`date`
+    TO=wxPython-dev@lists.wxwidgets.org
+
+    cat <<EOF  | /usr/sbin/sendmail  $TO
+From: R'bot <rbot@wxpython.org>
+To: $TO
+Subject: New test build uploaded
+Date: $DATE
+
 Hi,
 
 A new test build of wxPython has been uploaded to starship.  
@@ -356,8 +364,8 @@ A new test build of wxPython has been uploaded to starship.
 
 Have fun!
 R'bot
-EOF
 
+EOF
     exit 0
 fi