From 084df1adeee875dd81405831a81bf92fe53f949f Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 1 Jul 2020 18:30:57 +0200 Subject: [PATCH] suite --- app/mailers/general_mails.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/general_mails.rb b/app/mailers/general_mails.rb index 3bdea05..d5f3b78 100644 --- a/app/mailers/general_mails.rb +++ b/app/mailers/general_mails.rb @@ -4,7 +4,7 @@ class GeneralMails < ActionMailer::Base layout 'mail' - default from: "Market-Inn " + default from: "Basic Labs " def general(lang_slug, mail_type, email, options = {})