Hi,
I'm deleting form records after submission using gform_post_submission and have also tried gform_after_submission. Deleting the record works great, but I no longer get the email notification - if I comment out deleting the entry from the database I get the email no problem. It looks like these hooks are before the user email notifications are sent out - is there a way to manually force-send the email notification or use the hook differently to make sure notifications go out?