Fires at the top of the HTTP check (after update checks) email template.
Usage Example
add_action( 'mainwp_http_check_email_header', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }