1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 19:02:39 +02:00

More mailout updated - starting on bounce handling

This commit is contained in:
e107steved
2009-11-24 20:40:35 +00:00
parent e50ca487ef
commit cd016be076
7 changed files with 269 additions and 78 deletions

View File

@@ -9,8 +9,8 @@
* Administration - Site Maintenance
*
* $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_mailout.php,v $
* $Revision: 1.11 $
* $Date: 2009-11-20 22:23:02 $
* $Revision: 1.12 $
* $Date: 2009-11-24 20:40:35 $
* $Author: e107steved $
*
*/
@@ -247,8 +247,18 @@ define('LAN_MAILOUT_225', 'Include images in email');
define('LAN_MAILOUT_226', '--COUNT-- orphaned recipient records removed');
define('LAN_MAILOUT_227', 'Deleted --COUNT-- records from --TABLE--');
define('LAN_MAILOUT_228', '--COUNT-- anomalies in mail_content corrected; records: --RECORDS--');
define('LAN_MAILOUT_229', '');
define('LAN_MAILOUT_230', '');
define('LAN_MAILOUT_229', 'Email ID --ID-- put on hold');
define('LAN_MAILOUT_230', 'Error holding email with ID --ID--');
define('LAN_MAILOUT_231', 'Processing method');
define('LAN_MAILOUT_232', 'None');
define('LAN_MAILOUT_233', 'Auto-process script');
define('LAN_MAILOUT_234', 'Mail account');
define('LAN_MAILOUT_235', '(Your server has to be configured to use this script)');
define('LAN_MAILOUT_236', 'Last Bounce Processed');
define('LAN_MAILOUT_237', '');
define('LAN_MAILOUT_238', '');
define('LAN_MAILOUT_239', '');
define('LAN_MAILOUT_240', '');
define('LAN_SEND', 'Send');