1- are you sure your smtp server use ssl? 2- Continuum doesn't send a mail for each build by default but only when the project state change to prevent some spam
Emmanuel On Jan 25, 2008 12:23 AM, Tawfik, Sameh E <[EMAIL PROTECTED]> wrote: > > > I opened the correct file, and made the following modification, > restarted Continuum, followed by logging as an admin, run a build, but > still Continuum is not sending any email? > > > <resource> > <name>mail/Session</name> > <type>javax.mail.Session</type> > <properties> > <property> > <name>mail.smtp.host</name> > <value>STPMSGMxyz.corp.fairisaac.com</value> > </property> > <property> > <name>mail.smtp.port</name> > <value>25</value> > </property> > > <property> > <name>mail.smtp.auth</name> > <value>true</value> > </property> > <property> > <name>mail.smtp.user</name> > <value>SamehTawfik</value> > </property> > <property> > <name>password</name> > <value>xxxxx</value> > </property> > <property> > <name>mail.smtp.debug</name> > <value>true</value> > </property> > <property> > <name>mail.smtp.starttls.enable</name> > <value>true</value> > </property> > <property> > <name>mail.smtp.socketFactory.class</name> > <value>javax.net.ssl.SSLSocketFactory</value> > </property> > </properties> > </resource> > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Emmanuel Venisse > Sent: Thursday, January 24, 2008 2:56 PM > To: [EMAIL PROTECTED] > Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email? > > You looked at the wrong file, It should be > C:\continuum-1.1\conf\plexus.xmland the file is similar to this one : > https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/ > continuum-plexus-runtime/src/conf/plexus.xml > > On Jan 24, 2008 11:51 PM, Tawfik, Sameh E <[EMAIL PROTECTED]> > wrote: > > > > > I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it > is > > empty! > > > > Could you let me know what the required syntax to add to this file? > > > > Thanks, > > > > Same > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On > > Behalf Of Emmanuel Venisse > > Sent: Thursday, January 24, 2008 2:37 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email? > > > > Do you have configured your smtp server in conf/plexus.xml? > > > > > > On Jan 24, 2008 11:25 PM, Tawfik, Sameh E <[EMAIL PROTECTED]> > > wrote: > > > > > > > > Hi, > > > > > > According to the help documentation, the following is all I need to > > have > > > Continuum send an email when it done from running a build, but > > Continuum > > > does not send any email as it supposed to when it's done from a > build! > > > > > > I set the following under the Notifiers section of the project, but > > > nothing happens? > > > > > > Type Recipient Events > > > From > > > mail [EMAIL PROTECTED] Success/Failures/Warnings/Errors > > > User > > > > > > > > > Sameh > > > > > > This email and any files transmitted with it are confidential, > > proprietary > > > and intended solely for the individual or entity to whom they are > > > addressed. > > > If you have received this email in error please delete it > immediately. > > > > > > > > This email and any files transmitted with it are confidential, > proprietary > > and intended solely for the individual or entity to whom they are > > addressed. > > If you have received this email in error please delete it immediately. > > > > > This email and any files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are > addressed. > If you have received this email in error please delete it immediately. > >
