Fires on the Email Settings page at the bottom.
Parameters
$website (object) Object contaning child site info.
Usage Example
add_action( 'mainwp_manage_sites_email_settings', 'your_custom_function_name' ); function your_custom_function_name( $website ) { // Your code }