Author Login
Post Reply
Hey guy, I'm trying to send mail via ANT using this code -
<target name="SendMail" depends="init" description="send
nightly-build result via mail" >
<mail mailhost="mail.xxxxx.com" mailport="25"
subject="bbb - nightly build result">
<from address="email@(protected)"/>
<replyto address="email@(protected)"/>
<to address="email2@(protected)"/>
<message>text</message>
</mail>
</target>
And I'm getting this error. No msg was send.
SendMail:
[mail] Failed to initialise MIME mail:
javax/mail/MessagingException
Please advice.
Thanks,
Guy.
<http://1250099.sigclick.mailinfo.com/sigclick/01030D01/02080A4D/03050E4
D/0310181213.jpg>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)