diff --git a/src/Server/Services/EmailService/ResetPasswordEmail.cs b/src/Server/Services/EmailService/ResetPasswordEmail.cs
deleted file mode 100755
index 7eff79c..0000000
--- a/src/Server/Services/EmailService/ResetPasswordEmail.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-namespace BoredCareers.Services {
- public partial class EmailService {
-
-// @UserName
-// @ResetPassWord
-// https://mistox.com/account/resetpassword?UserName=@UserName&ResetPwd=@ResetPassWord
-
- public static string ResetPasswordSubject = "Password Reset Request";
- public static string ResetPasswordEmail = @"
-
-
-
-
-
- Password Reset
-
-
-
-
-
-
-
-
- Password Reset Request
- |
-
-
- |
- Hi @UserName,
- We received a request to reset your password. You can reset your password by clicking the button below:
-
- Reset Password
-
- If you didn't request a password reset, you can safely ignore this email.
- Best regards
- |
-
-
- |
- If you have any questions, feel free to contact support.
- |
-
-
- |
-
-
-
-";
-
- }
-}
\ No newline at end of file
diff --git a/src/Server/Services/EmailService/VerifyEmail.cs b/src/Server/Services/EmailService/VerifyEmail.cs
deleted file mode 100755
index 9207038..0000000
--- a/src/Server/Services/EmailService/VerifyEmail.cs
+++ /dev/null
@@ -1,52 +0,0 @@
-namespace BoredCareers.Services {
- public partial class EmailService {
-
-// @UserName
-// @VerifyPassword
-// https://mistox.com/api/account/verifyemail?UserName=@UserName&Guid=@VerifyPassword
-
- public static string VerifyEmailSubject = "Verify Your Email Address";
- public static string VerifyEmailEmail = @"
-
-
-
-
-
- Verify Your Email
-
-
-
-
-
-
-
-
- Verify Email Request
- |
-
-
- |
- Hi @UserName,
- 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.
- |
-
-
- |
-
-
-
-";
-
- }
-}
\ No newline at end of file