diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-08-12 21:40:09 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-08-12 21:40:09 +0200 |
commit | 89e95941b1a4d082fa0c3202b175c3f827e09333 (patch) | |
tree | 6cb71aab7229fcee461889a2b03b7e48faa190dc /phpBB/language | |
parent | 0a5d167441004c4ed56b6b7cf32fd0c0eb5ae443 (diff) | |
parent | f21c5f9fef53bda8369001ee434d395960f43a57 (diff) | |
download | forums-89e95941b1a4d082fa0c3202b175c3f827e09333.tar forums-89e95941b1a4d082fa0c3202b175c3f827e09333.tar.gz forums-89e95941b1a4d082fa0c3202b175c3f827e09333.tar.bz2 forums-89e95941b1a4d082fa0c3202b175c3f827e09333.tar.xz forums-89e95941b1a4d082fa0c3202b175c3f827e09333.zip |
Merge pull request #5650 from 3D-I/ticket/16127
[ticket/16127] Add UI for email $max_chunk_size
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 9b637ff9d3..651b76625d 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -568,6 +568,8 @@ $lang = array_merge($lang, array( 'EMAIL_FORCE_SENDER_EXPLAIN' => 'This will set the <samp>Return-Path</samp> to the from email address instead of using the local user and hostname of the server. This setting does not apply when using SMTP.<br><em><strong>Warning:</strong> Requires the user that the webserver runs as to be added as trusted user to the sendmail configuration.</em>', 'EMAIL_PACKAGE_SIZE' => 'Email package size', 'EMAIL_PACKAGE_SIZE_EXPLAIN' => 'This is the number of maximum emails sent out in one package. This setting is applied to the internal message queue; set this value to 0 if you have problems with non-delivered notification emails.', + 'EMAIL_MAX_CHUNK_SIZE' => 'Maximum allowed email recipients', + 'EMAIL_MAX_CHUNK_SIZE_EXPLAIN' => 'If necessary, set this to not exceed the maximum number of recipients that your email server will allow in one email message.', 'EMAIL_SIG' => 'Email signature', 'EMAIL_SIG_EXPLAIN' => 'This text will be attached to all emails the board sends.', 'ENABLE_EMAIL' => 'Enable board-wide emails', |