HomeVendure CoreShow hidden breadcrumbs...EmailPluginEmailSendEventEmailSendEvent@vendure/email-pluginSourcev2.2.0 This event is fired when an email sending attempt has been made. If the sending was successful, the success property will be true, and if not, the error property will contain the error which occurred. Signatureclass EmailSendEvent extends VendureEvent { constructor(ctx: RequestContext, details: EmailDetails, success: boolean, error?: Error, metadata?: EmailMetadata)} Extends: VendureEvent Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousEmailSenderNextTemplateLoaderEdited Apr 20, 2026ยทEdit this page