namespace BoredCareers.Services { public partial class EmailService { // @UserName // @VerifyPassword // https://mistox.com/api/account/verifyemail?UserName=@UserName&Guid=@VerifyPassword public static string CompanyVerifyEmailSubject = "Verify Your Email Address"; public static string CompanyVerifyEmailBody = @" Verify Your Email

Verify Email Request

Hi @CompanyName,

Thank you for connecting your company to our service

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

Verify Email

If you didn't link a company to your account please ignore this email.

Best regards

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

"; } }