Fires after the default email settings.
Usage Example
add_action( 'mainwp_settings_email_settings', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }