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

Reply via email to