aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-10-31 22:26:47 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-10-31 22:26:47 -0500
commit14fbfd18afc09ad5e1768d2604df340aeec09cc7 (patch)
tree93b308b830b28a53e38aabb6f3c2352761707cab /docs/source
parent506f1f07aeee67d06fe7ffdda00bcdd442b8e864 (diff)
downloadmediagoblin-14fbfd18afc09ad5e1768d2604df340aeec09cc7.tar.lz
mediagoblin-14fbfd18afc09ad5e1768d2604df340aeec09cc7.tar.xz
mediagoblin-14fbfd18afc09ad5e1768d2604df340aeec09cc7.zip
Enabling email notifications documentation!
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/configuration.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst
index 0d8bf5ec..b6c55900 100644
--- a/docs/source/configuration.rst
+++ b/docs/source/configuration.rst
@@ -64,6 +64,28 @@ file also, usually by a -cf flag.)
Common changes
==============
+Enabling email notifications
+----------------------------
+
+You'll almost certainly want to enable sending emails. By default,
+MediaGoblin doesn't really do this... for the sake of developer
+convenience, it runs in "email debug mode". Change this:
+
+ email_debug_mode = false
+
+You can (and should) change the "from" email address by setting
+``email_sender_address``.
+
+Note that you need a mailer daemon running for this to work.
+
+If you have more custom SMTP settings, you also have the following
+options at your disposal, which are all optional, and do exactly what
+they sound like.
+
+ - email_smtp_host
+ - email_smtp_port
+ - email_smtp_user
+ - email_smtp_pass
Celery
======