Revision 0ede3879

b/Changelog
95 95
* Removed explicit handling of SMTP errors on each email delivery. Exceptions 
96 96
  are now propagated to base django exception handler.
97 97

  
98
* Email used in html/email tempaltes which prompt user to contact for service 
99
  support prompts is now defined in ``CONTACT_EMAIL`` setting introduced in 
100
  snf-common settings.
101

  
98 102
* Improvements in user activation flow
99 103

  
100 104
  * User moderation now takes place after the user has verified his email
b/snf-common/conf/00-snf-common-admins.conf
30 30
## Address to use for outgoing emails
31 31
#DEFAULT_FROM_EMAIL = "synnefo <no-reply@synnefo.org>"
32 32
#
33
# Email where users can contact for support
33
## Email where users can contact for support. This is used in html/email 
34
## templates.
34 35
#CONTACT_EMAIL = "support@synnefo.org"
36
#
37
## Email address the emails sent by the service will come from
38
#SERVER_EMAIL = "Synnefo cloud <cloud@synnefo.org>"
b/snf-common/synnefo/settings/default/admins.py
32 32

  
33 33
# Email where users can contact for support
34 34
CONTACT_EMAIL = "support@synnefo.org"
35

  
36
# Email address the emails sent by the service will come from
37
SERVER_EMAIL = "Synnefo cloud <cloud@synnefo.org>"

Also available in: Unified diff