Author: crossley
Date: Thu Sep 15 19:45:15 2005
New Revision: 289365
URL: http://svn.apache.org/viewcvs?rev=289365&view=rev
Log:
Experiment with plain attachment rather than uuencoded in body.
Modified:
forrest/trunk/tools/forrestbot/core/notify.xml
Modified: forrest/trunk/tools/forrestbot/core/notify.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbot/core/notify.xml?rev=289365&r1=289364&r2=289365&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbot/core/notify.xml (original)
+++ forrest/trunk/tools/forrestbot/core/notify.xml Thu Sep 15 19:45:15 2005
@@ -80,8 +80,9 @@
subject="ForrestBot build for ${ant.project.name}
${notify.completion-status}"
failonerror="false"
files="${build.logfile}"
- messagefile="${bot.home}/core/emailtemplate.txt">
- </mail>
+ messagefile="${bot.home}/core/emailtemplate.txt"
+ encoding="plain"
+ />
</target>
</project>