Hi
IM trying to send out email to myself using the following code in my
build.xml, but this doesnt seem to work.
<target name="mail">
<mail from="[EMAIL PROTECTED]"
tolist="[EMAIL PROTECTED]"
subject="Results of test build"
message="Please read through the contents"
files="d:\jakarta-ant-1.3\build.txt"/>
</target>
What am i doing wrong. Is there a better method of sending emails about the
build results.
Thanks
-Vinay
- Re: sending mail about the build results Panwar, Vinay
- Re: sending mail about the build results Stefan Bodewig
- Re: sending mail about the build results Kevin Cummings
- RE: sending mail about the build results John Lund
