From e699d7e30ef4fdb78119c47246c85df6b97d938c Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Tue, 8 Oct 2024 19:22:37 +1030 Subject: [PATCH] fixed mail thing --- app/mailers/application_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb index 3c34c81..dada9b0 100644 --- a/app/mailers/application_mailer.rb +++ b/app/mailers/application_mailer.rb @@ -1,4 +1,4 @@ class ApplicationMailer < ActionMailer::Base - default from: "from@example.com" + default from: "mr " layout "mailer" end -- 2.39.5