Enabling email notifications documentation!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 1 Nov 2011 03:26:47 +0000 (22:26 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 1 Nov 2011 03:26:47 +0000 (22:26 -0500)
docs/source/configuration.rst

index 0d8bf5ec938dd2158f87dbef50c4866a4d7ec804..b6c559009c00f4a43ce855bb1a286feae7dfc3c2 100644 (file)
@@ -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
 ======