Browse Source

Document the use of administrative_email as From:

Jocelyn Delande 9 years ago
parent
commit
4dfa6b5fbb
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -172,6 +172,16 @@ Some bits of configuration are done in `settings.py`: LDAP branches, RSS feeds
 to display on the home page, and so on.  Lastly, it is possible to override
 to display on the home page, and so on.  Lastly, it is possible to override
 all Coin templates (i.e. for user views and emails), see below.
 all Coin templates (i.e. for user views and emails), see below.
 
 
+Sending emails
+--------------
+
+Coin sends mails, you might want to customize the sender address:
+
+- `DEFAULT_FROM_EMAIL` app-wide setting
+- *administrative email* field, from *ISPDatabase* app, if set, will take
+  precedence over `DEFAULT_FROM_EMAIL` for administrative emails (welcome email
+  and membership fees), will take precedence (if filled).
+
 Cron tasks
 Cron tasks
 ----------
 ----------