From: Aidan Cornelius-Bell Date: Tue, 8 Oct 2024 08:52:37 +0000 (+1030) Subject: fixed mail thing X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=e699d7e30ef4fdb78119c47246c85df6b97d938c;p=arelpe.git fixed mail thing --- 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