Author: crossley
Date: Wed Oct 19 01:35:00 2005
New Revision: 326470
URL: http://svn.apache.org/viewcvs?rev=326470&view=rev
Log:
Use plain attachment rather than uuencoded in body.
Modified:
forrest/branches/forrest_07_branch/tools/forrestbot/core/notify.xml
Modified: forrest/branches/forrest_07_branch/tools/forrestbot/core/notify.xml
URL:
http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/tools/forrestbot/core/notify.xml?rev=326470&r1=326469&r2=326470&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/tools/forrestbot/core/notify.xml
(original)
+++ forrest/branches/forrest_07_branch/tools/forrestbot/core/notify.xml Wed Oct
19 01:35:00 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>