Email System
The Comfort Job Application plugin includes an email system to notify users about various events such as job application submissions.
Customizing Email Templates
- Copy the desired email template file from
wp-content/plugins/comfortjobapp/templates/emails/
to your theme's directory, maintaining the folder structure. - Edit the copied template file as needed.
Available Email Templates
- Notify Employer on application submission:
job_apply_employer_notification.php
- Notify Candidate on application submission:
job_apply_candidate_notification.php
- Notify guest user on application submission:
guest_email_confirmation.php
Single Email Settings
Go to
Comfort Job Application > Emails
.Configure the following email settings:
- Subject: The subject of the email.
- Email heading: The heading of the email.
- Additional content: The Additional content of the emails.
- From Name: The name that will appear as the sender of the emails.
- From Email: The email address that will appear as the sender of the emails.
- Admin Email: The email address where admin notifications will be sent(if admin notification).
- CC/BCC: The CC & BCC of the email.
Save changes.