From: Robin Dunn Date: Mon, 21 Jun 2004 22:33:45 +0000 (+0000) Subject: change how email is sent X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/71132988f877fe759f624243affbc0c38778efd8 change how email is sent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index 7c75c89111..b284ddd1ed 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -345,7 +345,15 @@ if [ $KIND = daily ]; then # only N days worth # TODO: Send email to wxPython-dev? - cat < +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