> -----Original Message-----
> From: sjscabert [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, July 03, 2007 9:31 AM
> To: user@ant.apache.org
> Subject: RE: Mail task with Exchange Server
> 
> 
> So just to confirm, my mail task would have 25 as the 
> mailport and the name
> of the Exchange server (as specified in Outlook, for instance)?

I believe your Exchange server needs to be setup for SMTP...

                <mail mailhost="your.smtp.server.com" mailport="25" 
                        subject="'${project.name}' build at revision
${svn.versionnum} successful" 
                        messagefile="${build.logfile}">
                  <from address="${email.toaddress}"/>
                  <to address="${email.fromaddress}"/>
                </mail> 

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to