/**
 * Begins execution of the plugin.
 * @since    1.0.0
 */
function Mailtpl()
{
    $plugin = Mailtpl::instance();
    $plugin->run();
}