Hi follows, 
I have an ant script that runs perfectly on a linux machine. The last step of 
that script is to send out the output by email.  The ANT script I have is: 
"
...
<target name="sendemail">
      <mail from="some...@somewhere.com"
            tolist="..."
            subject="Script Output"
            messagemimetype="text/html"
            messagefile="output.html"/>
</target>
". 

Now my boss told me that SHE is going to copy everything to a new staging 
machine to run the script. Do you see any reason this "sendemail" part not 
working, such as firewall limit ? 



Thanks for any help. 



Chun 




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to