Commit 34d1171c

mo k <mo@mokhan.ca>
2011-06-20 05:06:32
fix production email settings. still need to add password for noreply@cakeside.com account.
1 parent 7ed87ce
Changed files (1)
config
initializers
config/initializers/devise.rb
@@ -3,7 +3,7 @@
 Devise.setup do |config|
   # ==> Mailer Configuration
   # Configure the e-mail address which will be shown in DeviseMailer.
-  config.mailer_sender = "no-reply@mokhan.ca"
+  config.mailer_sender = "noreply@cakeside.com"
 
   # Configure the class responsible to send e-mails.
   # config.mailer = "Devise::Mailer"