Product SiteDocumentation Site

5.6. Notification Events

5.6.1. Email Send Provider

EVENT_EMAIL_CREATE_SEND_PROVIDER (First)

This event allows a plugin to provide an instance of an email send provider which overrides the default implementation packaged with MantisBT. The first plugin response is used. If null, then the default provider will be used.

Return Value

  • <EmailSender>: The email provider to use or null to use the standard provider.