hybridinteractive / craft-contact-form-extensions

Adds extensions to the Craft CMS contact form plugin.
MIT License
42 stars 35 forks source link

Execute contact-form mailer event handlers after other plugins' #186

Open nstCactus opened 5 months ago

nstCactus commented 5 months ago

This PR ensures all plugins got a chance to mark a submission as spam before running the CraftContactFormMailer handlers.

This fixes #32 & #80 and works well with #185.

nstCactus commented 5 months ago

Hi @rosskenney,

Did you get a chance to review this PR? I'm available to make adjustments if needed!