Skip to main content
Previewvendurehq/vendure/feat/4563-refund-destinations

EmailSendEvent

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.

Signature

constructor

method(ctx: RequestContext, details: EmailDetails, success: boolean, error?: Error, metadata?: EmailMetadata) => EmailSendEvent