Fix email from config variable. Fixes #446

This commit is contained in:
Henne Vogelsang 2014-08-15 11:58:47 +02:00
parent b89432aff7
commit 63cf8e784a

View file

@ -2,7 +2,7 @@ defaults: &defaults
# The name of your instance
name: OSEM
# The sender address of emails
devise_mail_sender: "no-reply@localhost"
sender_for_emails: "no-reply@localhost"
# The hostname to be used when building the URL in the emails
url_for_emails: "localhost:3000"
# errbit configuration, get your own instance: https://github.com/errbit/errbit