mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-69600 core: Expose divertallemails config in UI
This commit is contained in:
parent
8b026809c5
commit
acb848cdce
4 changed files with 41 additions and 1 deletions
|
@ -499,6 +499,15 @@ $string['disabled'] = 'Disabled';
|
|||
$string['disableuserimages'] = 'Disable user profile images';
|
||||
$string['displayerrorswarning'] = 'Enabling the PHP setting <em>display_errors</em> is not recommended on production sites because some error messages may reveal sensitive information about your server.';
|
||||
$string['displayloginfailures'] = 'Display login failures';
|
||||
$string['divertallemails'] = 'Email diverting';
|
||||
$string['divertallemailsdetail'] = 'Used as a safeguard in development environments when testing emails and should not be used in production.';
|
||||
$string['divertallemailsexcept'] = 'Email diversion exceptions';
|
||||
$string['divertallemailsexcept_desc'] = 'A list of email exception rules separated by either commas or new lines. Each rule is interpreted as a regular expression, eg<pre>simone@acme.com
|
||||
.*@acme.com
|
||||
fred(\\+.*)?@acme.com
|
||||
</pre>';
|
||||
$string['divertallemailsto'] = 'Divert all emails';
|
||||
$string['divertallemailsto_desc'] = 'If set then all emails will be diverted to this single email address instead.';
|
||||
$string['dndallowtextandlinks'] = 'Drag and drop upload of text/links';
|
||||
$string['doclang'] = 'Language for docs';
|
||||
$string['docroot'] = 'Moodle Docs document root';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue