Sending emails when validation fails

Hi all,

When validation fails we must send emails, where is the appropriate
place to put this routine, would it be appropriate if we just emit
ValidationFailedEvent and put the sending email routine in its event
handler ?

Thanks,

Setya

Hi Setya,

your approach is the one I would have chosen as well.

Cheers,

Allard