groundhogg/email_notification/run/after
This hook is used to add custom code after email notification sends to a customer.
do_action( 'groundhogg/email_notification/run/after', $this, $contact, $event );
This hook provides three objects to work with: object of email_notification class, Contact class object and object of the event class.