Hi Everyone,
Has anyone used the Ant mail task before?
This is the task in my build file:
<echo message="See build report at: reports\index.html"/>
<mail mailhost="ZGALC001" subject="The Result of the build"
>
<from address="[EMAIL PROTECTED]"/>
<to
address="[EMAIL PROTECTED],[EMAIL PROTECTED]"/>
<message>The nightly build has completed</message>
</mail>
And I get the following error
[echo] See build report at: reports\index.html
[mail] Failed to initialise MIME mail
[mail] Sending email: The Result of the build
[mail] Failed to send email
BUILD FAILED
Anyone seen this before?
Regards,
Fionnuala.