@page @model SettingsModel @{ ViewData["Title"] = "Settings"; }
Instructions
@if(Model.userData.skillOptions.Count == 0 || Model.userData.coverLetter == "") {
You must set up your Cover Letter template, and Skills.
}
  • Name is for your name to generate the Cover Letter
  • Email address is your sending email address
  • Email host is the host used to send emails (smtp.google.com, oogieboogie.nightmare.haus, etc)
  • Cover Letter Format is the format of your cover letter, it will allow variables to be replaced
    • $name will be replaced with the name of the Contact for the posting
    • $title will be replaced with the title from the posting
    • $vacancy will be replaced with the vacancy ID
    • $box will be replaced with the box number, if available
    • $skills will be replaced with a bulleted list of your skills from below
  • Skills is a bulleted list (one skill per line) of your skills to be replaced above
Settings - Don't forget to save!
Write your cover letter above, using variables like $name, $title, $vacancy, $box, and $skills to auto-fill from the posting.
List your skills for applications above, one skill per line.