Question: CruiseControl to send email behind proxy server

<[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <785FF4F7A43F294B8E59151D963BD3010BF56406@UKEXBRIMBX004.uk.orangegad.com>
Hi,

I am trying to make CruiseControl send build emails using the email
publisher, however it has to connect to the smtp server outside the local
domain.
A company wide Internet Proxy is currently not allowing CruiseControl to
connect to the external smtp server as it requires authentication.

Is there a possibility of specifiying the below four parameters within the
<email> tag so that CC connects to the smtp server and sends out email.
proxyHost
proxyPort
proxyUserId
proxyPassword

I have seen that <yahoopublisher> tag has the first two tags, but the userid
and passwords are missing, and I am not sure if the same tags will work with
the <email> tag as well.

Can someone help please in sending the email out of the domain.
	 <publishers>
		<currentbuildstatuspublisher file="${log.dir}/status.txt"/>
		<email
		    buildresultsurl="${project.name}"
		    subjectprefix="[CruiseControl]
${build.url}${project.name} build status"		    
		    mailhost="${smtp.host}" 
		    mailport="${smtp.port}"
		    usessl="false"
		    defaultsuffix="" 
		    reportsuccess="always"
		    returnaddress="[email protected]"
		    returnname="noreply"
		 >
		<!--proxyHost="${proxy.host}"
		    proxyPort="${proxy.port}"
		 >
		    -->
	    	
		   <always address="${always.email}"/>
  		   <failure address="${failure.email}" />
	     </email>
      </publishers>

I have also tried installing an smtp server (postcast) within the network
which could be used, but even this smtp server needs a proxy userid and
password which I am currently unable to configure.

Thanks
Guru Pandit
**************************************************************************************

This e-mail (including any attachments) is intended for the above-named person(s). It is confidential and may contain legally privileged information. Any opinions expressed are not necessarily those of the company. If you receive it in error please delete it, inform the sender and do not copy, distribute or take any action in reliance upon it. 

We may monitor all incoming and outgoing emails in line with current legislation. We have taken steps to ensure that this email and attachments are free from any virus, but it remains your responsibility to ensure that viruses do not adversely affect you. 

Orange Personal Communications Services Limited is an English company (registered no. 2178917) with its address at St James Court, Great Park Road, Almondsbury Park, Bradley Stoke, Bristol BS32 4QJ. 
Orange Retail Limited is an English company (registered no. 2439104) with its address at St James Court, Great Park Road, Almondsbury Park, Bradley Stoke, Bristol BS32 4QJ.
Orange Home UK Limited is an English company (registered no. 3014367) with its address at St James Court, Great Park Road, Almondsbury Park, Bradley Stoke, Bristol BS32 4QJ. 
.

**************************************************************************************



*********************************
This message and any attachments (the "message") are confidential and intended solely for the addressees. 
Any unauthorised use or dissemination is prohibited.
Messages are susceptible to alteration. 
France Telecom Group shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
********************************

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge

_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.