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

27 lines
592 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();
$tpl = new Template('Hi');
$body = $tpl->fetch('/advancedsubscription/views/advsub_request_received.tpl');
$advSub->sendMailMessage(18, 'TEST', $body);