using System.Net.Mail; 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.

"; } }