]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
fixed mail thing
authorAidan Cornelius-Bell <[email protected]>
Tue, 8 Oct 2024 08:52:37 +0000 (19:22 +1030)
committerAidan Cornelius-Bell <[email protected]>
Tue, 8 Oct 2024 08:52:37 +0000 (19:22 +1030)
app/mailers/application_mailer.rb

index 3c34c8148f105d699e8ec9b769531192f8637d9a..dada9b008bf4c839b5c10047d8a36830e7057c3f 100644 (file)
@@ -1,4 +1,4 @@
 class ApplicationMailer < ActionMailer::Base
-  default from: "[email protected]"
+  default from: "mr <[email protected]>"
   layout "mailer"
 end