orbit-basic/app/mailer/user_mailer.rb

3 lines
79 B
Ruby

class UserMailer < Devise::Mailer
default :from => "noreply@rulingcom.com"
end