From 63cf8e784a4aec7d4c919d57cb127c83688c9a87 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Fri, 15 Aug 2014 11:58:47 +0200 Subject: [PATCH] Fix email from config variable. Fixes #446 --- config/config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yml.example b/config/config.yml.example index 3be16d7f..53dad8d8 100644 --- a/config/config.yml.example +++ b/config/config.yml.example @@ -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