Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 702 Bytes

File metadata and controls

5 lines (3 loc) · 702 Bytes

Email - Event Interfaces

The table below contains the email-related events, as well as the purpose of each event. If you want to execute actions based on email events, you can use any of the events mentioned below as an event interface.

InterfaceDescription
IPreEmailSent

The event interface allows apps to register as a handler of the IPreEmailSent event.

This event is triggered 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.