Emails sent to Candidates
notify_canditate_register
Email is sent when candidate registers using candidate registration form.
Avaialble variables:
{$username} – username selected when registering
{$password} – unencrypted password
{$login_url} – full url to login form
notify_applicant_applied
This email is sent to to email address specified in application form. If the application form does not have email field, then message is sent to email address specified in user profile (works for logged in users only).
Available variables:
{$job} – Job object, contains all information about job to which applicant is applying
{$application} – Application object, contains all information from application form
Hi, is there a variable to send candidates the URL of their resume?
Hi, currently i am afraid there is no variable for this.
Hi – Is there an auto job match notification sent to candidates when a job matches their profile? I.e. on a cronjob?
Hi, i am afraid there is no such feature in WPJobBoard.
Is there a way to send a mass-email to notify all applicants once a job is filled? You know, to let them down easy? (My client envisions this happening when they clicked the “This Job has Been Filled” button.)
@Adam, by default not, this would require some custom programming in order to develop.
IS there any email template that sends out an activation link before their accounts can be active, a way of making sure they register with correct email addresses.
tnks
Currently not, all accounts are activated automatically, although we are planning a free addon that will allow email/account verifications.
Do you have an update on it Greg? Is this featured available?
Somewhat, we have a Random User Password https://wpjobboard.net/kb/random-user-password/ extension it allows to send an automatically generated password to the email address provided in the registration form, the user will be able to login only by using the password from the email.
is there a way to edit the email body of the template with an if function?
example: if an application is accepted then {show text 1}
if an application is rejected {show text 2}
Yes, templating system in emails is based on RainTPL so you should be able to use all the tags listed here https://github.com/rainphp/raintpl3/wiki/Documentation-for-web-designers
Hi Greg, is a notification email sent to applicants upon rejection?
Hi, yes WPJB sends “Application status changed” email when application is rejected/approved.