mirror of
https://github.com/e107inc/e107.git
synced 2025-06-06 19:06:39 +02:00
Generic 'to' name on test emails
This commit is contained in:
parent
6ccaa86649
commit
faca93b25b
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_admin/mailout.php,v $
|
||||
| $Revision: 1.9 $
|
||||
| $Date: 2008-07-25 21:15:01 $
|
||||
| $Revision: 1.10 $
|
||||
| $Date: 2008-07-28 21:33:27 $
|
||||
| $Author: e107steved $
|
||||
|
|
||||
| Work in progress - supplementary mailer plugin
|
||||
@ -164,7 +164,7 @@ if (isset($_POST['testemail']) && getperms("0"))
|
||||
require_once(e_HANDLER."mail.php");
|
||||
$add = ($pref['mailer']) ? " (".strtoupper($pref['mailer']).")" : " (PHP)";
|
||||
$sendto = trim($_POST['testaddress']);
|
||||
if (!sendemail($sendto, LAN_MAILOUT_113." ".SITENAME.$add, LAN_MAILOUT_114,USERNAME))
|
||||
if (!sendemail($sendto, LAN_MAILOUT_113." ".SITENAME.$add, LAN_MAILOUT_114,LAN_MAILOUT_125))
|
||||
{
|
||||
$message = ($pref['mailer'] == "smtp") ? LAN_MAILOUT_67 : LAN_MAILOUT_106;
|
||||
}
|
||||
|
@ -4,8 +4,8 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_mailout.php,v $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2008-07-25 21:15:11 $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2008-07-28 21:33:36 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -133,6 +133,7 @@ define('LAN_MAILOUT_121','Standard POP3');
|
||||
define('LAN_MAILOUT_122','POP3, TLS disabled');
|
||||
define('LAN_MAILOUT_123','POP3 with TLS');
|
||||
define('LAN_MAILOUT_124','IMAP');
|
||||
define('LAN_MAILOUT_125', 'Test address');
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user