Update – variables are empty:
// Applicant Email
$applicant_email = self::applicant_details(’email’, $post_id);
// Applicant Name
$applicant_name = self::applicant_details(‘name’, $post_id);
@mcamposs,
Sorry for the inconvenience.
Can you please share your website URL so that we can see what’s the issue?
Regards
Hi @mcamposs,
Thank you for sharing the site URL.
Please configure any WP SMTP plugin and check again.
Also if you have done any customization in SJB core files, then please review your code.
Please let us know if your issue still persists.
Regards,
Hello,
I have done several tests:
Without any SMTP, the SJB plugin sends emails to the admin and the RH, without problems. Do not send email to the candidate.
With the SMTP plugins Easy WP SMTP and Post SMTP Mailer/Email Log, the SJB plugin sends emails to the admin and the RH, without problems. Do not send email to the candidate.
So it’s not SMTP problem.
I was reviewing the file: simple-job-board/includes/class-simple-job-board-notifications.php, and the following variables are empty, they do not have any data:
// Applicant Email
$applicant_email = self::applicant_details(’email’, $post_id);
// Applicant Name
$applicant_name = self::applicant_details(‘name’, $post_id);
As those variables are empty, the SJB plugin does not send the email.
I checked the spam trays, and the server logs, no email is sent to the candidate.
Any ideas?
@mcamposs,
Sorry for the inconvenience.
As for the applicant notification feature, the multilingual website does not support it. We are working on this fix and will update this in our next SJB release.
Stay tuned for updates.
Thanks & Regards,