diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index fbdd0cb..f5ab429 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -1,5 +1,5 @@ class UserMailer < ActionMailer::Base - default from: "hello@ascii.io" + default from: "ascii.io " def new_comment_email(user, comment) @comment = comment