Thanks! That made it work!
regards,
Jeroen
On 4/23/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
In the POM:
<notifier>
<type>msn</type>
<sendOnError>true</sendOnError>
<sendOnFailure>true</sendOnFailure>
<sendOnSuccess>true</sendOnSuccess>
<sendOnWarning>true</sendOnWarning>
<configuration>
<address>[EMAIL PROTECTED]</address>
</configuration>
</notifier>
In the configuration of the MsnContinuumNotifier in application.xml, you define
your MSN login/password.
Emmanuel
Jeroen Verhagen a écrit :
> Hi all,
>
> I configured a mail notifier in my pom like this:
>
> <notifier>
> <type>mail</type>
> <sendOnError>true</sendOnError>
> <sendOnFailure>true</sendOnFailure>
> <sendOnSuccess>true</sendOnSuccess>
> <sendOnWarning>true</sendOnWarning>
> <configuration>
> <address>[EMAIL PROTECTED]</address>
> </configuration>
> </notifier>
>
> I managed to get a MSN notifier to work by adding it to manually
> through Continuum gui but I would like to configure it in my pom but I
> can't find the names and parameters for the configuration.
>
> Can anybody please show me an example configuration for a MSN notifier
> containing fields for MSN login, MSN password, recipient address etc?
>
--
regards,
Jeroen