testMail/_define.php

10 lines
224 B
PHP

<?php
if (!defined('DC_RC_PATH')) { return; }
$this->registerModule(
/* Name */ "mailTestor",
/* Description*/ "Send a simple mail from admin",
/* Author */ "Osku and contributors",
/* Version */ '0.1'
);
?>