
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
/**
 * HTML action-send-to-email file.
 */

defined( 'ABSPATH' ) || exit;
?>

<section class="page-settings">

	<?php
	// Send to mail action html fields
	foreach ( $this->get_action_fields() as $field ) {
		$this->render_field( $field, $prefix );
	}
	?>

</section>

