Source for file mailout.php
Documentation is available at mailout.php
-  * @copyright 1999-2020 The SquirrelMail Project Team 
-  * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
-  * @version $Id: mailout.php 14845 2020-01-07 08:09:34Z pdontthink $ 
-  * @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->assign('identity', $identity); 
- $oTemplate->display('plugins/listcommands/mailout.tpl'); 
- $oTemplate->display('footer.tpl'); 
 
	
		Documentation generated on Mon, 13 Jan 2020 04:23:02 +0100 by phpDocumentor 1.4.3