From 98e061f181f7edb483a4bad82da024216f33992c Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Tue, 23 Sep 2025 20:45:13 -0700 Subject: [PATCH] Test new company email format --- ToDo.yaml | 7 +-- .../EmailService/CompanyVerifyEmail.cs | 56 ++++++++----------- 2 files changed, 24 insertions(+), 39 deletions(-) diff --git a/ToDo.yaml b/ToDo.yaml index ef34666..7f44e9a 100755 --- a/ToDo.yaml +++ b/ToDo.yaml @@ -9,15 +9,12 @@ Server: Update the company rating JobCleanupService: - Need to update notification email + Need to update notification email to show what job and to follow theme of website CompanyEmailVerify: - Need to update notification email + Need to update notification email to follow theme of website Create page to notify cx that their work email has been verified - Emails: - Make emails follow theme of website better - JobListingController: Dont refresh on every filter edit Line 63 is terrible and need to be fixed in the JobListing DB JobListingController diff --git a/src/Server/Services/EmailService/CompanyVerifyEmail.cs b/src/Server/Services/EmailService/CompanyVerifyEmail.cs index ccaecca..7e947ec 100755 --- a/src/Server/Services/EmailService/CompanyVerifyEmail.cs +++ b/src/Server/Services/EmailService/CompanyVerifyEmail.cs @@ -10,41 +10,29 @@ namespace BoredCareers.Services { - - - Verify Your Email + + + Verify Your Email - - - - - -
- - - - - - - - - - -
-

Verify Email Request

-
-

Hi @CompanyName,

-

Thank you for making an account with us:

-

In order to start using your account we need to verify your email address by clicking the link below:

-

- Verify Email -

-

If you didn't create an account please ignore this email.

-

Best regards

-
-

If you have any questions, feel free to contact support.

-
-
+ +
+
+

Verify Email Request

+
+
+

Hi @CompanyName,

+

Thank you for making an account with us

+

In order to start using your account we need to verify your email address by clicking the link below:

+

+ Verify Email +

+

If you didn't create an account please ignore this email.

+

Best regards

+
+
+

If you have any questions, feel free to contact support.

+
+
";