Notifiers can be attached to a project with adding them in a pom in the ciManagement section .
<ciManagement>
<system>continuum</system>
<url>http://127.0.0.1:8080/continuum</url>
<notifiers>
<notifier>
<type>mail</type>
<sendOnError>true</sendOnError>
<sendOnFailure>true</sendOnFailure>
<sendOnSuccess>false</sendOnSuccess>
<sendOnWarning>false</sendOnWarning>
<configuration>
<address>continuum@127.0.0.1</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
Or they can be added to a projectGroup with the Notifiers link :

Or to a project with the add button in the edit project page :

Here you will the choice between notifiers implementation provided with continuum

You have the following choices :