mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)
- fixes for bugs #6694, #6664 and #6662 git-svn-id: file:///svn/phpbb/trunk@6826 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -369,13 +369,13 @@ $lang = array_merge($lang, array(
|
||||
'ACP_EMAIL_SETTINGS_EXPLAIN' => 'This information is used when the board sends emails to your users. Please ensure the email address you specify is valid, any bounced or undeliverable messages will likely be sent to that address. If your host does not provide a native (PHP based) email service you can instead send messages directly using SMTP. This requires the address of an appropriate server (ask your provider if necessary), do not specify any old name here! If the server requires authentication (and only if it does) enter the necessary username and password. Please note only basic authentication is offered, different authentication implementations are not currently supported.',
|
||||
|
||||
'ADMIN_EMAIL' => 'Return email address',
|
||||
'ADMIN_EMAIL_EXPLAIN' => 'This will be used as the return address on all emails.',
|
||||
'ADMIN_EMAIL_EXPLAIN' => 'This will be used as the return address on all emails, the technical contact email address. It will always be used as the <samp>Return-Path</samp> and <samp>Sender</samp> address in emails.',
|
||||
'BOARD_EMAIL_FORM' => 'Users send email via board',
|
||||
'BOARD_EMAIL_FORM_EXPLAIN' => 'Instead of showing the users email address users are able to send emails via the board.',
|
||||
'BOARD_HIDE_EMAILS' => 'Hide email addresses',
|
||||
'BOARD_HIDE_EMAILS_EXPLAIN' => 'This function keeps email addresses completely private.',
|
||||
'CONTACT_EMAIL' => 'Contact email address',
|
||||
'CONTACT_EMAIL_EXPLAIN' => 'This address will be used whenever a specific contact point is needed, e.g. spam, error output, etc.',
|
||||
'CONTACT_EMAIL_EXPLAIN' => 'This address will be used whenever a specific contact point is needed, e.g. spam, error output, etc. It will always be used as the <samp>From</samp> and <samp>Reply-To</samp> address in emails.',
|
||||
'EMAIL_FUNCTION_NAME' => 'Email function name',
|
||||
'EMAIL_FUNCTION_NAME_EXPLAIN' => 'The email function used to send mails through PHP.',
|
||||
'EMAIL_PACKAGE_SIZE' => 'Email package size',
|
||||
|
@@ -10,7 +10,7 @@ You can find it at:
|
||||
|
||||
{U_TOPIC}
|
||||
|
||||
A message from {FROM_USERNAME} may also be included below. Please note that this message has not been seen or approved by the board administrators. If you wish to complain about having received this email please contact the board administrator at {BOARD_EMAIL}. Please quote the the message headers when contacting this address.
|
||||
A message from {FROM_USERNAME} may also be included below. Please note that this message has not been seen or approved by the board administrators. If you wish to complain about having received this email please contact the board administrator at {BOARD_CONTACT}. Please quote the the message headers when contacting this address.
|
||||
|
||||
----------
|
||||
|
||||
|
@@ -3,7 +3,7 @@ Hello {TO_USERNAME},
|
||||
|
||||
The following is an email sent to you by {FROM_USERNAME} via your account on “{SITENAME}”. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
{BOARD_CONTACT}
|
||||
|
||||
Include this full email (particularly the headers). Please note that the reply address to this email has been set to that of {FROM_USERNAME}.
|
||||
|
||||
|
@@ -3,7 +3,7 @@ Hello {TO_USERNAME},
|
||||
|
||||
The following is a message sent to you by {FROM_USERNAME} via your account on “{SITENAME}”. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
{BOARD_CONTACT}
|
||||
|
||||
Include this full message. Please note that the sender address has been set to the boards IM account.
|
||||
|
||||
|
Reference in New Issue
Block a user