Event interface that allows apps to register as a handler of of the IPreEmailSent event.
IPreEmailSent
This event is trigger before the mailer sends an email.
To prevent the email from being sent, you can throw an error with a message specifying the reason for rejection.
Generated using TypeDoc
Event interface that allows apps to register as a handler of of the
IPreEmailSent
event.This event is trigger before the mailer sends an email.
To prevent the email from being sent, you can throw an error with a message specifying the reason for rejection.