diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config.py.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/config.py.erb b/templates/config.py.erb index c899956..eec708b 100644 --- a/templates/config.py.erb +++ b/templates/config.py.erb @@ -141,11 +141,11 @@ NICKNAME_MAXIMUM_LENGTH = 15 # # OPTION: FEEDBACK_FROM # E-mail address that feedback will originate from. -FEEDBACK_FROM = "moo@moo.com" +FEEDBACK_FROM = "<%= feedback_from %>" # OPTION: FEEDBACK_TO: # E-mail address that feedback will be sent to. -FEEDBACK_TO = "moo@moo.com" +FEEDBACK_TO = "<%= feedback_to %>" # OPTION: FEEDBACK_SMTP_HOST # Hostname/IP address of SMTP server feedback will be sent |