From 71132988f877fe759f624243affbc0c38778efd8 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 21 Jun 2004 22:33:45 +0000 Subject: [PATCH] change how email is sent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-all | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 -- 2.50.0