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.
|
|
";
}
}