Source for file mailout.php
Documentation is available at mailout.php
* @copyright 1999-2012 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: mailout.php 14346 2012-12-09 12:06:30Z kink $
* @subpackage listcommands
* Path for SquirrelMail required files.
require
('../../include/init.php');
/* SquirrelMail required files. */
require
(SM_PATH .
'functions/identity.php');
require
(SM_PATH .
'functions/forms.php');
require
(SM_PATH .
'plugins/listcommands/functions.php');
$out_string =
_("This will send a message to %s requesting help for this list. You will receive an emailed response at the address below.");
$out_string =
_("This will send a message to %s requesting that you will be subscribed to this list. You will be subscribed with the address below.");
$out_string =
_("This will send a message to %s requesting that you will be unsubscribed from this list. It will try to unsubscribe the adress below.");
// display footer (closes html tags) and stop script execution
$oTemplate->display('footer.tpl');
$fielddescr =
$fieldsdescr[$action];
$oTemplate->assign('out_string', $out_string);
$oTemplate->assign('fielddescr', $fielddescr);
$oTemplate->assign('send_to', $send_to);
$oTemplate->assign('subject', $subject);
$oTemplate->assign('body', $body);
$oTemplate->assign('mailbox', $mailbox);
$oTemplate->assign('idents', $idents);
$oTemplate->display('plugins/listcommands/mailout.tpl');
$oTemplate->display('footer.tpl');
Documentation generated on Wed, 22 May 2013 04:20:09 +0200 by phpDocumentor 1.4.3