I guess the right one is this one
filter:email.cancelaccodring to nodebb documents
const result = await Plugins.hooks.fire('filter:email.cancel', { cancel: false, // set to true in plugin to cancel sending email template: template, params: params, });right?