Skip to content

Commit

Permalink
Fix mailer config
Browse files Browse the repository at this point in the history
  • Loading branch information
v-kolesnikov committed Aug 21, 2015
1 parent a820f1e commit ec4a5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/application_mailer.rb
@@ -1,4 +1,4 @@
class ApplicationMailer < ActionMailer::Base
default from: "Flashcards"
default from: ENV["SMTP_USER"]
layout "mailer"
end

0 comments on commit ec4a5fa

Please sign in to comment.