export const mailSubject = {
  forgotPasswordSubject: "Requested for Forgot Password",
  changePasswordSubject: "Your Account Password Has Been Changed",
  welcomeSubject: "Welcome To the Costify",
  passwordSetupSubject: "Set Up Your Costify Account Password",
  companyAdminPasswordSetupSubject:
    "Welcome to Costify - Set Up Your Company Administrator Account",
  emailVerificationSubject: "Verify Your Email Address - Costify",
  emailChangeRequestSubject: "Email Change Request - Verify Your New Email",
  demoRequestSubject: "New Demo Request Received",
  exceptionMail: "In :env Environment 500 Exception Occurred",
  // Subscription expiry reminders
  subscriptionExpiry30Days: "Your subscription expires in 30 days",
  subscriptionExpiry15Days: "Your subscription expires in 15 days",
  subscriptionExpiry7Days: "Reminder: Only 7 days left on your subscription",
  subscriptionExpiry2Days: "Urgent: Your subscription expires in 2 days",
  subscriptionExpiry1Day: "Final Reminder: Your subscription expires tomorrow",
  subscriptionExpired: "Your subscription has expired",
  // Project alerts
  projectThresholdAlert: "Project Budget Threshold Alert",
  projectBudgetFullAlert: "Critical: Project Budget Exceeded",
  // Leave notifications
  leaveRequestApproved: "Leave Request Approved",
  leaveRequestRejected: "Leave Request Rejected",
  leaveApprovalRequired: "Leave Approval Required - Action Needed",
  // Monthly reports
  monthlyProjectReport: "Monthly Project & Employee Report",
  // Feature showcase
  featuresShowcaseSubject:
    "Stop Budget Overruns with Smart Project Cost Tracking",
}
