Just add below code after line 2151:
wp_mail( 'your mail address', esc_html( $form_notification_subject ), $message, '', $attachments );
after:
wp_mail( $copy_email, esc_html( $form_notification_subject ), $message, '', $attachments );
It will send a copy of mail to you.