Events 

AdditionalMailHeadersEvent 

Adds possibility to modify mail headers

DeactivateRecipientsEvent 

To deactivate returned mail recipients within the report module (beside tt_address and fe_users), it is necessary to register corresponding event listeners.

See MEDIAESSENZ\Mail\EventListener\DeactivateAddresses and DeactivateFeUsers for example.

ManipulateCsvImportDataEvent 

Adds possibility to modify csv data during import them to tt_address records. This needs tt_address to be installed.

ManipulateMailRecipientsEvent 

Adds possibility to manipulate the recipients list of a mailing right after finishing the mail wizard.

ManipulateMarkersEvent 

See MEDIAESSENZ\Mail\EventListener\AddUpperCaseMarkers for example.

ManipulateRecipientEvent 

See MEDIAESSENZ\Mail\EventListener\ManipulateAddressRecipient and MEDIAESSENZ\Mail\EventListener\ManipulateFrontendUserRecipient for example.

RecipientsRestrictionEvent 

Adds possibility to restrict recipients from extbase model sources

ScheduledSendBegunEvent 

Adds possibility to do something after scheduled sending begun

ScheduledSendFinishedEvent 

Adds possibility to do something after scheduled sending finished

Need more? 

Please contact me