change how email is sent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-21 22:33:45 +00:00
parent e4edebc096
commit 71132988f8

View File

@@ -345,7 +345,15 @@ if [ $KIND = daily ]; then
# only N days worth # only N days worth
# TODO: Send email to wxPython-dev? # 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, Hi,
A new test build of wxPython has been uploaded to starship. 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! Have fun!
R'bot R'bot
EOF
EOF
exit 0 exit 0
fi fi