Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/plugin/advancedsubscription/test.php

23 lines
457 B

<?php
require_once '/var/www/chamilo-lms/main/inc/global.inc.php';
require_once __DIR__ . '/config.php';
MessageManager::send_message(
18,
get_lang('MailStudentRequest'),
'HOLA!!! :)',
null,
null,
null,
null,
null,
null,
17
);
//api_mail_html('RECIPIENT', '9leinad0@gmail.com', 'TEST!', 'ESTOY TESTEANDO D:!', 'Dan', 'dbarreto@kabuto.com');
/*
$advSub = AdvancedSubscriptionPlugin::create();
$advSub->install();
*/