Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
b690cde0
Commit
b690cde0
authored
Dec 22, 2008
by
Nigel McNie
Browse files
Add 'sendemail' setting to config-defaults.php.
parent
e3891931
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/config-defaults.php
View file @
b690cde0
...
...
@@ -116,6 +116,17 @@ $cfg->log_backtrace_levels = LOG_LEVEL_WARN | LOG_LEVEL_ENVIRON;
// developing for Mahara
$cfg
->
developermode
=
false
;
// Whether to send e-mail. If set to false, Mahara will not send any e-mail at
// all. This is useful for when setting up development versions of Mahara where
// you don't want to accidentally send email to users from this particular
// Mahara installation.
//
// You can use sendallemailto to have all e-mails from this instance of Mahara
// sent to one particular address instead of where they're aimed for. Leave
// sendemail = true if you want to use this setting.
$cfg
->
sendemail
=
true
;
// $cfg->sendallemailto = 'you@example.com';
// capture performance information and print it
// $cfg->perftofoot = true; // needs a call to mahara_performance_info (smarty callback) - see default theme's footer.tpl
// $cfg->perftolog = true;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment