Changeset 975

Show
Ignore:
Timestamp:
11/07/08 16:54:25 (2 months ago)
Author:
lucy
Message:

default email user used for feedback and send_mail everywhere

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • huginmunin/trunk/web/hm/app/views/main.py

    r972 r975  
    10001000                print " from: %s" % email 
    10011001            else: 
    1002                 send_mail(subject, body, email, ['lucy@bilumi.org'], fail_silently=True) 
     1002                send_mail(subject, body, email, [settings.EMAIL_DEFAULT_FROM], fail_silently=True) 
    10031003    except: 
    10041004        pass