You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Nigel Canonizado <nc...@exist.com> on 2006/03/08 06:07:07 UTC

Mail Notifiers not working

Hi ,

I am using Continuum-1.0.2 and the project is a Maven 2 project. I tried 
adding mail notifiers. I am able to add those successfully, however, I am 
not receiving any email after the build. All the event notifications are 
checked. Am I missing something? Do I need additional configuration to make 
this work?

Regards,

Nigel 


Re: Mail Notifiers not working

Posted by Nigel Canonizado <nc...@exist.com>.
The smtp host is not properly configured.


----- Original Message ----- 
From: "dan tran" <da...@gmail.com>
To: <co...@maven.apache.org>
Sent: Thursday, March 09, 2006 10:42 AM
Subject: Re: Mail Notifiers not working


how did you solve it?

;-)

-D


On 3/8/06, Nigel Canonizado <nc...@exist.com> wrote:
>
> It's working now. Thanks for the quick response.
>
>
> ----- Original Message -----
> From: "dan tran" <da...@gmail.com>
> To: <co...@maven.apache.org>
> Sent: Wednesday, March 08, 2006 2:09 PM
> Subject: Re: Mail Notifiers not working
>
>
> If you dont receive email when buidl fails then mostly likely  you
> have not configured the mail server in your
> apps/continuum/conf/application.xml
> correctly.
>
>
> -D
>
>
> On 3/7/06, Nigel Canonizado <nc...@exist.com> wrote:
> >
> > Hi ,
> >
> > I am using Continuum-1.0.2 and the project is a Maven 2 project. I tried
> > adding mail notifiers. I am able to add those successfully, however, I
> am
> > not receiving any email after the build. All the event notifications are
> > checked. Am I missing something? Do I need additional configuration to
> > make
> > this work?
> >
> > Regards,
> >
> > Nigel
> >
> >
>
>


Re: Mail Notifiers not working

Posted by dan tran <da...@gmail.com>.
how did you solve it?

;-)

-D


On 3/8/06, Nigel Canonizado <nc...@exist.com> wrote:
>
> It's working now. Thanks for the quick response.
>
>
> ----- Original Message -----
> From: "dan tran" <da...@gmail.com>
> To: <co...@maven.apache.org>
> Sent: Wednesday, March 08, 2006 2:09 PM
> Subject: Re: Mail Notifiers not working
>
>
> If you dont receive email when buidl fails then mostly likely  you
> have not configured the mail server in your
> apps/continuum/conf/application.xml
> correctly.
>
>
> -D
>
>
> On 3/7/06, Nigel Canonizado <nc...@exist.com> wrote:
> >
> > Hi ,
> >
> > I am using Continuum-1.0.2 and the project is a Maven 2 project. I tried
> > adding mail notifiers. I am able to add those successfully, however, I
> am
> > not receiving any email after the build. All the event notifications are
> > checked. Am I missing something? Do I need additional configuration to
> > make
> > this work?
> >
> > Regards,
> >
> > Nigel
> >
> >
>
>

Re: Mail Notifiers not working

Posted by Nigel Canonizado <nc...@exist.com>.
It's working now. Thanks for the quick response.


----- Original Message ----- 
From: "dan tran" <da...@gmail.com>
To: <co...@maven.apache.org>
Sent: Wednesday, March 08, 2006 2:09 PM
Subject: Re: Mail Notifiers not working


If you dont receive email when buidl fails then mostly likely  you
have not configured the mail server in your
apps/continuum/conf/application.xml
correctly.


-D


On 3/7/06, Nigel Canonizado <nc...@exist.com> wrote:
>
> Hi ,
>
> I am using Continuum-1.0.2 and the project is a Maven 2 project. I tried
> adding mail notifiers. I am able to add those successfully, however, I am
> not receiving any email after the build. All the event notifications are
> checked. Am I missing something? Do I need additional configuration to
> make
> this work?
>
> Regards,
>
> Nigel
>
>


Re: Mail Notifiers not working

Posted by dan tran <da...@gmail.com>.
If you dont receive email when buidl fails then mostly likely  you
have not configured the mail server in your
apps/continuum/conf/application.xml
correctly.


-D


On 3/7/06, Nigel Canonizado <nc...@exist.com> wrote:
>
> Hi ,
>
> I am using Continuum-1.0.2 and the project is a Maven 2 project. I tried
> adding mail notifiers. I am able to add those successfully, however, I am
> not receiving any email after the build. All the event notifications are
> checked. Am I missing something? Do I need additional configuration to
> make
> this work?
>
> Regards,
>
> Nigel
>
>

Re: Mail Notifiers not working

Posted by Gautham Pamu <ga...@gmail.com>.
Hi Nigel,

Did you configure the smtp host name in application.xml file. If it is
unable to contact the smtp server, you should see an exception in
logs/wrapper.log file.

<smtp-host>mailserver.companyName.com</smtp-host>

I hope this helps.

Gautham

On 3/7/06, Nigel Canonizado <nc...@exist.com> wrote:
>
> Hi ,
>
> I am using Continuum-1.0.2 and the project is a Maven 2 project. I tried
> adding mail notifiers. I am able to add those successfully, however, I am
> not receiving any email after the build. All the event notifications are
> checked. Am I missing something? Do I need additional configuration to
> make
> this work?
>
> Regards,
>
> Nigel
>
>


--
-Gautham Pamu