Emails sent to Employer
notify_employer_register
Email is sent when employer registers using Employer registration form
Avaialble variables:
{$username} – username selected when registering
{$password} – unencrypted password
{$login_url} – full url to login form
notify_employer_new_job
Message is sent to email address provided in “Contact Email” field when posting a job (or to employer email address if the “Contact Email field was removed from Add Job Form).
The message is sent when new job has been posted in the frontend.
Available variables:
{$job} – Job object, contains information about job
{$payment} – Payment object, contains all information about payment method, amount etc.
{$company} – Company object or NULL if the job was posted by anonymous user
notify_employer_verify
Email is sent only when administrator changes company profile status from “pending” to “approved” or “declined”.
Avaialble variables:
{$company} – Company object
notify_employer_new_application
Email is sent to email address sepcified in “Company Email” field when posting a job or to email address from company profile if “Company Email” field is not present in the form.
Please note that the email is not sent at all, if recipient address is the same as Administrator email (then only notify_admin_new_application email is sent).
Available variables:
{$job} – Job object, contains all information about job to which applicant is applying
{$application} – Application object, contains all information from application form
{$resume} – Resume object containing resume data if applying user was registered, otherwise NULL (since 4.1.1)
notify_employer_job_expires
Email is sent to employer email address 5 days before job expires.
Available variables:
{$job} – Job object, contains all information about job to which is expiring
notify_employer_job_paid
Email is sent when Administrator manually approves a job, or job was automatically activated (for example by PayPal IPN).
Available variables:
{$job} – Job object, contains all information about job which was just paid
notify_employer_resume_paid
Email is sent to Employer when access to selected Resume is granted
Available variables:
{$resume} – Resume object, contains all information about resume to which access was granted
{$resume_unique_url} – user unique URL to resume details