]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
config tweaks for email
authorAidan Cornelius-Bell <[email protected]>
Thu, 3 Oct 2024 21:47:53 +0000 (07:17 +0930)
committerAidan Cornelius-Bell <[email protected]>
Thu, 3 Oct 2024 21:47:53 +0000 (07:17 +0930)
app/views/.DS_Store
config/initializers/devise.rb

index 90d4b9ee8db02ac0564b1f3d69565a66a974b073..17558727d6ad1b7c3a7b504413754349481d4e45 100644 (file)
Binary files a/app/views/.DS_Store and b/app/views/.DS_Store differ
index 163cc28f67e623110064828898a48e9ded26078c..d2bd87bb376e625ef58d0cf076b7b289c93998d3 100644 (file)
@@ -24,7 +24,7 @@ Devise.setup do |config|
   # Configure the e-mail address which will be shown in Devise::Mailer,
   # note that it will be overwritten if you use your own mailer class
   # with default "from" parameter.
-  config.mailer_sender = 'Mind Reader <[email protected]>'
+  config.mailer_sender = 'mind reader <[email protected]>'
 
   # Configure the class responsible to send e-mails.
   # config.mailer = 'Devise::Mailer'