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
- mail api ... Viraj Purang
- mail api ... Viraj Purang
- RE: Mail api ... Hari Ramasubbu
- RE: Mail api ... Kevin Cummings
- RE: Mail api ... Vittoria, Felice
- RE: Mail api ... Jeff Post