http://www.ant-tasks.com/
Apache Ant Archive
»
Ant Users List
»
Ant Developers List
Build results: February 17 2003
Build results: February 17 2003
2003-02-17 - By Yoshimitsu, Stacy D.
Reply: 1
2
Hello,
Does anyone know why I get the following error messages?
_____________Error message_______________________________
init:
sendmail:
[mail] Failed to initialise MIME mail
[mail] Sending email: Build results: February 17 2003
____________build script_________________________________
<target name="sendmail" depends="init">
<mail mailhost="----" mailport="--" subject="Build results: ${TODAY}">
<from address="syoshimitsu@(protected)" />
<to address="${cm.email}" />
<message src="${reports.dir}/${build.log}" />
</mail>
</target>
__________________________________________________________
Thanks
Stacy
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.