mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 07:44:49 +02:00
Merged core mailout routine into e107_plugins/user/e_mailout.php. Fixed pop3 error messages from phpmailer. Corrected email preview when no template selected. Corrected mailout Email source names.
This commit is contained in:
@@ -8,20 +8,10 @@
|
||||
*
|
||||
* Mailout handling - selector for 'core' users
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/mailout_class.php,v $
|
||||
* $Revision: 11315 $
|
||||
* $Date: 2010-02-10 18:18:01 +0000 (Wed, 10 Feb 2010) $
|
||||
* $Author: secretr $
|
||||
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* e107 Mail handling - core selector for users
|
||||
*
|
||||
* @package e107
|
||||
* @subpackage e107_handlers
|
||||
* @version $Id: mailout_class.php 11315 2010-02-10 18:18:01Z secretr $;
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
|
Reference in New Issue
Block a user