Do you use single continuum or continuum with maestro?
If second then the issue could be in the code and here is the file you
need to have updated:
http://people.apache.org/~evenisse/private/continuum-plexus-application-
1.0.3-maestro-1.0.1.jar

-----Original Message-----
From: Morgovsky, Alexander (US - Glen Mills)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 08, 2006 7:57 PM
To: [email protected]
Subject: RE: Mailing is not working


Does username, password, and sslMode relate to mailing?  Also, how do I
set the email you mentioned inside continuum using the shell projects?
Are there any examples for this? 

-----Original Message-----
From: aquinault [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 08, 2006 3:18 AM
To: [email protected]
Subject: Re: Mailing is not working


Hi,
You must set up the username, password and sslMode because it seems
commented into your file. You must set your email inside pom.xml (maven2
project) or inside continuum (shell project) as notifiers. Voila.

Anthony quinault / Sogeti



Morgovsky, Alexander (US - Glen Mills) wrote:
> 
> Hi.  I set up my mailing like this, but I am not receiving any emails.

> May someone please help me with this?  Thanks in advance.
> 
> [EMAIL PROTECTED] like [EMAIL PROTECTED]
> y=name like Bob
> <configuration>
>         <from-mailbox>x</from-mailbox>
>         <from-name>y</from-name>
>         <timestamp-format>EEE, d MMM yyyy HH:mm:ss
Z</timestamp-format>
>         <includeBuildResult>true</includeBuildResult>
>         <alwaysSend>true</alwaysSend>
>       </configuration>
> 
> z=name @domain.com like [EMAIL PROTECTED]
> <configuration>
>         <!--
>         Setting this propery will make Continuum send all emails to
>         this address instead the address specified in the project
>         configuration
>         -->
>         <to-override>z</to-override>
>       </configuration>
> 
> a=mail host
> b=mail port
> 
> <component>
>       <role>org.codehaus.plexus.mailsender.MailSender</role>
>  
>
<implementation>org.codehaus.plexus.mailsender.javamail.JavamailMailSend
> er</implementation>
>       <configuration>
>         <smtp-host>a</smtp-host>
>         <smtp-port>b</smtp-port>
>
<sslProvider>com.sun.net.ssl.internal.ssl.Provider</sslProvider>
>       <!--
>         <username>mylogin</username>
>         <password>mypassword</password>
>         <sslMode>true</sslMode>
>         -->
>       </configuration>
>     </component>
> 
> 
> This message (including any attachments) contains confidential
information
> intended for a specific individual and purpose, and is protected by
law. 
> If you are not the intended recipient, you should delete this message.

> 
> 
> Any disclosure, copying, or distribution of this message, or the
taking of
> any action based on it, is strictly prohibited. [v.E.1]
> 
> 

-- 
View this message in context:
http://www.nabble.com/Mailing-is-not-working-tf2592508.html#a7234399
Sent from the Continuum - Users mailing list archive at Nabble.com.

Reply via email to