I'm trying to send the build log thru' .mail


I get this error :

mail.xml:3: IO error sending mail: Connection refused:


this is the code which i wrote ..

<project name="mail" default="Mail Build Result"
basedir=".">
  <target name="Mail Build Result" >
  <mail from="[EMAIL PROTECTED]"
tolist="[EMAIL PROTECTED]" subject="Results
of nightly build"  files="${basedir}\logs\build.log"/>
  </target>
</project>


any suggestions on how to send mail by fixing this
error ..?

thanks
hari

Reply via email to