Use the current logued in admin name in the From field

tags/smeserver-phplist-0.2.1-1
Daniel Berteaud 10 years ago
parent d24742660b
commit 18b9742f43
  1. 1
      root/etc/e-smith/templates/etc/phplist/config.php/50Options

@ -1,5 +1,6 @@
$attachment_repository = '/var/lib/phplist/tmp';
define("ALLOW_ATTACHMENTS",1);
define('USE_ADMIN_DETAILS_FOR_MESSAGES',1);
{
my $lang = $phplist{'Language'} || '';
$lang .= ($lang =~ m/\.inc$/) ? '' : '.inc';

Loading…
Cancel
Save