Emails sent to Administrator
notify_admin_new_job
Email is sent to blog administrator email address 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_admin_grant_access
Email is sent when Employer requests manual verification (in order to get full access to resumes). Message is sent only when in Resumes Configuration field “Grant Resumes Access “ is set to “To employers (verified)”.
Available variables:
{$company} – Company object
{$company_edit_url} – Absolute URL to company profile page (in wp-admin)
notify_admin_payment_received
Email is sent to blog administrator email address when payment gateway (for example PayPal) notifies job board that payment was accepted/received.
Available variables:
{$payment} – Payment object, contains all information about payment method, amount etc.
notify_admin_new_application
Email is sent to blog administrator email address when new job application (in the frontend) is being 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)
I am not able to get any mail notifications. What could be the problem with the configurations?
See https://wpjobboard.net/kb/emails-are-not-sent/