You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Yoshimitsu, Stacy D." <SY...@northropgrumman.com> on 2003/02/17 19:08:33 UTC

FW: Build results: February 17 2003

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@northropgrumman.com" />
	<to address="${cm.email}" />
 	<message src="${reports.dir}/${build.log}" />
    </mail>
</target>

__________________________________________________________

Thanks

Stacy


Re: Build results: February 17 2003

Posted by Martin <mg...@hotmail.com>.
you need to supply
SMTPhost and
portname (usually 25)
-Martin

----- Original Message -----
From: "Yoshimitsu, Stacy D." <SY...@northropgrumman.com>
To: <us...@ant.apache.org>
Sent: Monday, February 17, 2003 2:08 PM
Subject: FW: Build results: February 17 2003


> 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@northropgrumman.com" />
> <to address="${cm.email}" />
>   <message src="${reports.dir}/${build.log}" />
>     </mail>
> </target>
>
> __________________________________________________________
>
> Thanks
>
> Stacy
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>