From a258399bdea15dea9c2edef37b0c8d347217dc17 Mon Sep 17 00:00:00 2001 From: Michael Sahlu Date: Tue, 16 May 2023 00:59:01 +0300 Subject: [PATCH] add Sender Name input --- .../EnvComponents/EmailConfiguration.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dashboard/src/components/EnvComponents/EmailConfiguration.tsx b/dashboard/src/components/EnvComponents/EmailConfiguration.tsx index 61164e5..eb93d53 100644 --- a/dashboard/src/components/EnvComponents/EmailConfiguration.tsx +++ b/dashboard/src/components/EnvComponents/EmailConfiguration.tsx @@ -126,6 +126,22 @@ const EmailConfigurations = ({ /> + + + Sender Name: + +
+ +
+
);