* Display Email settings heading.
defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
<?php esc_html_e( 'Email', 'wpforms-lite' ); ?>
<?php esc_html_e( 'Customize your email template and sending preferences.', 'wpforms-lite' ); ?>
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
echo wpforms()->obj( 'education_smtp_notice' )->get_template();
/* Omit closing PHP tag at the end of PHP files to avoid "headers already sent" issues. */